1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 01:30:32 +02:00

Media Upload Fixes

This commit is contained in:
CaMer0n
2012-07-01 00:56:59 +00:00
parent bc72f5522e
commit d7ce49d911
5 changed files with 68 additions and 131 deletions

View File

@@ -574,7 +574,7 @@ class media_admin_ui extends e_admin_ui
function uploadPage()
{
$text = '<div id="uploader" rel="'.e_JS.'plupload/upload.php">
$text = '<div id="uploader" rel="'.e_JS.'plupload/upload.php?for='.$this->getQuery('for').'">
<p>No HTML5 support.</p>
</div>';