aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/plupload.html
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2013-12-18 19:23:14 -0800
committerCesar G <prototech91@gmail.com>2014-01-17 19:25:12 -0800
commitebc2d1dd1bd2a102ee8c8f1b134068e7a1f75c00 (patch)
tree7fee820c60db574ed58d85c5ad1445f74e686ce2 /phpBB/styles/prosilver/template/plupload.html
parent9a21dec1b609db71bd9ed6b3b74c16d2d8418029 (diff)
downloadforums-ebc2d1dd1bd2a102ee8c8f1b134068e7a1f75c00.tar
forums-ebc2d1dd1bd2a102ee8c8f1b134068e7a1f75c00.tar.gz
forums-ebc2d1dd1bd2a102ee8c8f1b134068e7a1f75c00.tar.bz2
forums-ebc2d1dd1bd2a102ee8c8f1b134068e7a1f75c00.tar.xz
forums-ebc2d1dd1bd2a102ee8c8f1b134068e7a1f75c00.zip
[ticket/11915] Pass the data to the template instead of scraping HTML for it.
PHPBB3-11915
Diffstat (limited to 'phpBB/styles/prosilver/template/plupload.html')
-rw-r--r--phpBB/styles/prosilver/template/plupload.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/plupload.html b/phpBB/styles/prosilver/template/plupload.html
index b7c6e42ab9..21acae1c44 100644
--- a/phpBB/styles/prosilver/template/plupload.html
+++ b/phpBB/styles/prosilver/template/plupload.html
@@ -61,6 +61,7 @@ phpbb.plupload = {
},
order: '{ATTACH_ORDER}',
maxFiles: {MAX_ATTACHMENTS},
+ data: {S_ATTACH_DATA},
}
//]]>
</script>