diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-07-15 12:37:44 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-07-15 12:37:44 -0700 |
commit | fe2881a22aabd0ab5cb971809db6f325c3ce22d3 (patch) | |
tree | b92bd2e2417b4da7a104ef62d92e1f83b41c1b9e /modules/gallery/views | |
parent | 8065ab023df7a1bfb1534bbcdba8586b411a577d (diff) |
Rename Flash_Uploader to just Uploader. Modules that want to replace
this will just replace the controller. This makes overriding that
much easier in the future.
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 937a37b6..6e18a85c 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("flash_uploader/add_photo/{$album->id}") ?>", + script: "<?= url::site("uploader/add_photo/{$album->id}") ?>", scriptData: <?= json_encode($script_data) ?>, fileExt: "*.gif;*.jpg;*.jpeg;*.png;*.flv;*.mp4;*.m4v;*.GIF;*.JPG;*.JPEG;*.PNG;*.FLV;*.MP4;*.M4V", fileDesc: <?= t("Photos and movies")->for_js() ?>, |