fixes #1549 the list of plugins to update was empty

This commit is contained in:
plegall
2021-11-08 17:20:23 +01:00
parent 52a800ee6c
commit 52fcde5d4e

View File

@@ -79,8 +79,8 @@ foreach ($autoupdate->types as $type)
$template->assign('SHOW_RESET', $show_reset);
$template->assign('PWG_TOKEN', get_pwg_token());
$template->assign('EXT_TYPE', $page['page'] == 'updates' ? 'extensions' : $page['page']);
$template->assign('isWebmaster', (is_webmaster()) ? 1 : 0);
$template->set_filename('plugin_admin_content', 'updates_ext.tpl');
$template->assign_var_from_handle('ADMIN_CONTENT', 'plugin_admin_content');
$template->assign('isWebmaster', (is_webmaster()) ? 1 : 0);
?>