summaryrefslogtreecommitdiff
path: root/modules/gallery/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-06-08 16:34:16 -0400
committerBharat Mediratta <bharat@menalto.com>2013-06-08 16:34:16 -0400
commitc70646237e90e998259b72ae9c2497ad1f384432 (patch)
tree77832f7ce3b795515cc264efd79c0ce9b7a28014 /modules/gallery/views
parentb1dad9974116b5cd8236041bc276519d50ee0866 (diff)
Rename uploadify SWF wrappers to end in .swf.php for consistency.
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 4963d185..bba6db73 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.php") ?>",
+ uploader: "<?= url::file("lib/uploadify/uploadify.swf.php") ?>",
script: "<?= url::site("uploader/add_photo/{$album->id}") ?>",
scriptData: <?= json_encode($script_data) ?>,
fileExt: "<?= implode(";", $extensions) ?>",