summaryrefslogtreecommitdiff
path: root/modules/gallery/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-05-09 20:04:01 -0400
committerBharat Mediratta <bharat@menalto.com>2013-05-09 20:04:01 -0400
commite4a3abdd207cce37c4f71ed87d0c420ec8539775 (patch)
tree58f5b025711942231e6a7d0a05b655a8e35ea076 /modules/gallery/views
parent85ae39fee87fb93d2028cdc0737dcd98006fe11e (diff)
Change upload code to use new uploadify urls.
Diffstat (limited to 'modules/gallery/views')
-rw-r--r--modules/gallery/views/form_uploadify.html.php2
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) ?>",