From d6cc2b0a0a0e5c5bd60e2d31d17ac5c15c54ad95 Mon Sep 17 00:00:00 2001 From: "laurent.duretz" Date: Mon, 22 Mar 2010 11:09:32 +0000 Subject: Issue 1521 : Integration of LinkRoot plugin in Piwigo core git-svn-id: http://piwigo.org/svn/branches/2.0@5254 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/section_init.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/section_init.inc.php') diff --git a/include/section_init.inc.php b/include/section_init.inc.php index c7725cbbf..6264d0c28 100644 --- a/include/section_init.inc.php +++ b/include/section_init.inc.php @@ -238,7 +238,7 @@ if ('categories' == $page['section']) } else { - $page['title'] = l10n('no_category'); + $page['title'] = ''.l10n('no_category').''; } if @@ -601,4 +601,4 @@ if ( 'categories'==$page['section'] and isset($page['category']) ) } trigger_action('loc_end_section_init'); -?> \ No newline at end of file +?> -- cgit v1.2.3