From 86e0bc863a1c6739a9cd153931c099307e4c1000 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Fri, 18 Dec 2009 14:25:35 -0800 Subject: [PATCH] Use url::base() instead of item::root()->url because we can't be sure that will work (if your database is sitll at Beta 1, you don't have the slug column, for example). --- modules/gallery/views/upgrader.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gallery/views/upgrader.html.php b/modules/gallery/views/upgrader.html.php index 5cd1cd7703..6cf0068ddf 100644 --- a/modules/gallery/views/upgrader.html.php +++ b/modules/gallery/views/upgrader.html.php @@ -26,7 +26,7 @@

Gallery is up to date.", - array("url" => html::mark_clean(item::root()->url()))) ?> + array("url" => html::mark_clean(url::base()))) ?>