diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2010-06-20 21:10:22 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2010-06-20 21:10:22 -0700 |
| commit | d82863421df3e7c8d500ab32c11c556a50691dbd (patch) | |
| tree | d5357caedb9c0ad64db53398e8d1fb0adbe579aa /modules/gallery/views | |
| parent | e648ba58b387e2b167cda2b3c3272c833addd52d (diff) | |
Rename "simple_uploader" to "flash_uploader" to make room for an HTML
uploader.
Diffstat (limited to 'modules/gallery/views')
| -rw-r--r-- | modules/gallery/views/form_uploadify.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/form_uploadify.html.php b/modules/gallery/views/form_uploadify.html.php index d811f913..588fa16d 100644 --- a/modules/gallery/views/form_uploadify.html.php +++ b/modules/gallery/views/form_uploadify.html.php @@ -7,7 +7,7 @@ width: 150, height: 33, uploader: "<?= url::file("lib/uploadify/uploadify.swf") ?>", - script: "<?= url::site("simple_uploader/add_photo/{$album->id}") ?>", + script: "<?= url::site("flash_uploader/add_photo/{$album->id}") ?>", scriptData: <?= json_encode($script_data) ?>, fileExt: "*.gif;*.jpg;*.jpeg;*.png;*.flv;*.mp4;*.GIF;*.JPG;*.JPEG;*.PNG;*.FLV;*.MP4", fileDesc: <?= t("Photos and movies")->for_js() ?>, |
