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 /themes | |
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 'themes')
-rw-r--r-- | themes/wind/views/album.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/views/album.html.php b/themes/wind/views/album.html.php index b9072e2b..de196be0 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::site("flash_uploader/app/$item->id") ?> + <? $addurl = url::site("uploader/index/$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: ?> |