From 52fcde5d4e8ecd24476139b99477a682fb887d77 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 8 Nov 2021 17:20:23 +0100 Subject: [PATCH] fixes #1549 the list of plugins to update was empty --- admin/updates_ext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/updates_ext.php b/admin/updates_ext.php index 1ac7b2764..3b4fa2082 100644 --- a/admin/updates_ext.php +++ b/admin/updates_ext.php @@ -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); ?> \ No newline at end of file