diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-12-18 14:27:58 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-12-18 14:27:58 -0800 |
commit | 6f063aceac6233552d5caaae8145b51efe490825 (patch) | |
tree | 36bd615631f4efb6eefa0f31b8969090e34cc54b /modules/gallery | |
parent | 9af0a4e59c17987137b0ea316b6ccd45c02ca8a8 (diff) | |
parent | 86e0bc863a1c6739a9cd153931c099307e4c1000 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Diffstat (limited to 'modules/gallery')
-rw-r--r-- | modules/gallery/views/upgrader.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/upgrader.html.php b/modules/gallery/views/upgrader.html.php index 5cd1cd77..6cf0068d 100644 --- a/modules/gallery/views/upgrader.html.php +++ b/modules/gallery/views/upgrader.html.php @@ -26,7 +26,7 @@ <h1> <?= t("That's it!") ?> </h1> <p> <?= t("Your <a href=\"%url\">Gallery</a> is up to date.", - array("url" => html::mark_clean(item::root()->url()))) ?> + array("url" => html::mark_clean(url::base()))) ?> </p> </div> </div> |