mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
bug 277 fixed: Caddie text is always in english
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1016 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -120,7 +120,7 @@ SELECT image_id
|
||||
}
|
||||
else if ('caddie' == $_GET['cat'])
|
||||
{
|
||||
$page['title'] = 'caddie';
|
||||
$page['title'] = $lang['caddie'];
|
||||
|
||||
$query = '
|
||||
SELECT element_id
|
||||
|
||||
Reference in New Issue
Block a user