summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-06-20 21:10:22 -0700
committerBharat Mediratta <bharat@menalto.com>2010-06-20 21:10:22 -0700
commitd82863421df3e7c8d500ab32c11c556a50691dbd (patch)
treed5357caedb9c0ad64db53398e8d1fb0adbe579aa /themes
parente648ba58b387e2b167cda2b3c3272c833addd52d (diff)
Rename "simple_uploader" to "flash_uploader" to make room for an HTML
uploader.
Diffstat (limited to 'themes')
-rw-r--r--themes/wind/views/album.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/views/album.html.php b/themes/wind/views/album.html.php
index eabe07c3..b9072e2b 100644
--- a/themes/wind/views/album.html.php
+++ b/themes/wind/views/album.html.php
@@ -29,7 +29,7 @@
<? endforeach ?>
<? else: ?>
<? if ($user->admin || access::can("add", $item)): ?>
- <? $addurl = url::file("index.php/simple_uploader/app/$item->id") ?>
+ <? $addurl = url::site("flash_uploader/app/$item->id") ?>
<li><?= t("There aren't any photos here yet! <a %attrs>Add some</a>.",
array("attrs" => html::mark_clean("href=\"$addurl\" class=\"g-dialog-link\""))) ?></li>
<? else: ?>