1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11915] Pass the data to the template instead of scraping HTML for it.

PHPBB3-11915
This commit is contained in:
Cesar G
2013-12-18 19:23:14 -08:00
parent 9a21dec1b6
commit ebc2d1dd1b
3 changed files with 7 additions and 35 deletions

View File

@@ -61,6 +61,7 @@ phpbb.plupload = {
},
order: '{ATTACH_ORDER}',
maxFiles: {MAX_ATTACHMENTS},
data: {S_ATTACH_DATA},
}
//]]>
</script>