mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
merge -c3072 from trunk to branch 2.0
Fix bad $lang. Remove not necessary information messages on upgrade. git-svn-id: http://piwigo.org/svn/branches/2.0@3073 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1598,7 +1598,7 @@ DELETE
|
||||
/**
|
||||
* Do maintenance on all PWG tables
|
||||
*
|
||||
* @return nono
|
||||
* @return none
|
||||
*/
|
||||
function do_maintenance_all_tables()
|
||||
{
|
||||
@@ -1647,7 +1647,7 @@ function do_maintenance_all_tables()
|
||||
{
|
||||
array_push(
|
||||
$page['infos'],
|
||||
l10n('Optimization completed')
|
||||
l10n('Optimizations completed')
|
||||
);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user