mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 00:53:04 +02:00
- merge branch 1.5 r1015:1016 into trunk (bug 277 fixed)
Caddie text is always in english git-svn-id: http://piwigo.org/svn/trunk@1017 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