From 49c1d7e0040d305a3de1deaac05ba70a754e93fe Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 5 Jul 2018 15:53:43 +0200 Subject: [PATCH] (cp 7e41e21) Fix issue #844 --- include/section_init.inc.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/section_init.inc.php b/include/section_init.inc.php index e2e0c0712..a9b682e60 100644 --- a/include/section_init.inc.php +++ b/include/section_init.inc.php @@ -379,7 +379,8 @@ else $page = array_merge( $page, array( - 'title' => l10n('Favorites') + 'title' => '' + .l10n('Favorites').'' ) ); @@ -469,7 +470,8 @@ SELECT DISTINCT(id) $page = array_merge( $page, array( - 'title' => l10n('Recent albums'), + 'title' => '' + .l10n('Recent albums').'' ) ); }