related to #1530 status verification for extention updates

This commit is contained in:
Matthieu Leproux
2021-10-21 14:08:27 +02:00
parent 35490ab89a
commit 967cbe5e2a
5 changed files with 22 additions and 10 deletions
+2 -1
View File
@@ -72,7 +72,8 @@ if (isset($page['no_md5sum_number']))
$page['messages'][] = '<a href="admin.php?page=batch_manager&amp;filter=prefilter-no_sync_md5sum">'.l10n('Some checksums are missing.').'<i class="icon-right"></i></a>';
}
if (!is_webmaster()) {
if (!is_webmaster())
{
$page['warnings'][] = l10n('Webmaster status is required.');
}