mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
bug 374 fixed: language items missing
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1333 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-1
@@ -164,7 +164,7 @@ for ($i=0; $i<count($available_order_by); $i++)
|
||||
$user_options = array(
|
||||
array(
|
||||
'value' => 'all',
|
||||
'content' => l10n('All'),
|
||||
'content' => l10n('all'),
|
||||
),
|
||||
array(
|
||||
'value' => 'user',
|
||||
|
||||
Reference in New Issue
Block a user