diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-05-09 20:04:01 -0400 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-05-09 20:04:01 -0400 |
commit | e4a3abdd207cce37c4f71ed87d0c420ec8539775 (patch) | |
tree | 58f5b025711942231e6a7d0a05b655a8e35ea076 /modules/gallery/views | |
parent | 85ae39fee87fb93d2028cdc0737dcd98006fe11e (diff) |
Change upload code to use new uploadify urls.
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 c13e3418..4963d185 100644 --- a/modules/gallery/views/form_uploadify.html.php +++ b/modules/gallery/views/form_uploadify.html.php @@ -25,7 +25,7 @@ $("#g-uploadify").uploadify({ width: 298, height: 32, - uploader: "<?= url::file("lib/uploadify/uploadify.swf") ?>", + uploader: "<?= url::file("lib/uploadify/uploadify.php") ?>", script: "<?= url::site("uploader/add_photo/{$album->id}") ?>", scriptData: <?= json_encode($script_data) ?>, fileExt: "<?= implode(";", $extensions) ?>", |