mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
related to #1530 status verification for extention updates
This commit is contained in:
@@ -254,7 +254,8 @@ $template->set_filenames(array('maintenance'=>'maintenance_actions.tpl'));
|
||||
$pwg_token = get_pwg_token();
|
||||
$url_format = get_root_url().'admin.php?page=maintenance&action=%s&pwg_token='.get_pwg_token();
|
||||
|
||||
if (!is_webmaster()) {
|
||||
if (!is_webmaster())
|
||||
{
|
||||
$page['warnings'][] = l10n('Webmaster status is required.');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user