diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-12-18 15:00:01 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-12-18 15:00:01 -0800 |
commit | 213f718e59676ac7265735ad10d7861a4abbe97b (patch) | |
tree | 3738d05e44c4d2b231dc0ef4335b9828fe21a2bc | |
parent | 2e221a84cce04f23251fa7c78a4e0a010c070b5d (diff) | |
parent | 86e0bc863a1c6739a9cd153931c099307e4c1000 (diff) |
Merge branch 'master' into talmdal_dev
-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> |