mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
merge -c2819 from trunk to branch 2.0
- Add roma theme to upgrade page. - Upgrade translation. git-svn-id: http://piwigo.org/svn/branches/2.0@2820 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -132,11 +132,8 @@ WHERE id IN ("' . implode('","', $plugins) . '")
|
||||
;';
|
||||
mysql_query($query);
|
||||
|
||||
array_push(
|
||||
$page['infos'],
|
||||
'As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:
|
||||
<pre>' . implode(', ', $plugins) . '</pre>'
|
||||
);
|
||||
array_push($page['infos'],
|
||||
l10n('deactivated plugins') . '<pre>' . implode(', ', $plugins) . '</pre>');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user