mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 03:33:01 +02:00
Replace old use of $lang by l10n function.
Merge BSF 2200:2201 into branch-1_7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2202 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -124,7 +124,7 @@ SELECT image_id
|
||||
}
|
||||
else if ('caddie' == $_GET['cat'])
|
||||
{
|
||||
$page['title'] = $lang['caddie'];
|
||||
$page['title'] = l10n('caddie');
|
||||
|
||||
$query = '
|
||||
SELECT element_id
|
||||
|
||||
Reference in New Issue
Block a user