From 463d6f5f2f5ca21c955115aeb807b5f5fee534f7 Mon Sep 17 00:00:00 2001 From: "laurent.duretz" Date: Tue, 30 Mar 2010 08:30:41 +0000 Subject: Issue 1521 : get_absolute_root_url() missing in section_init.inc.php git-svn-id: http://piwigo.org/svn/trunk@5469 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/section_init.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/section_init.inc.php b/include/section_init.inc.php index 10a6da258..f7fae1228 100644 --- a/include/section_init.inc.php +++ b/include/section_init.inc.php @@ -237,7 +237,7 @@ if ('categories' == $page['section']) } else { - $page['title'] = ''.l10n('Home').''; + $page['title'] = ''.l10n('Home').''; } if -- cgit v1.2.3