From fb63e25c591d60e79f671489107ff550d0e33565 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 26 Jan 2017 20:00:17 -0800 Subject: [PATCH] Include siteinfo on the update page. --- e107_core/shortcodes/batch/admin_shortcodes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_core/shortcodes/batch/admin_shortcodes.php b/e107_core/shortcodes/batch/admin_shortcodes.php index c6dbbaaae..287614cec 100644 --- a/e107_core/shortcodes/batch/admin_shortcodes.php +++ b/e107_core/shortcodes/batch/admin_shortcodes.php @@ -993,9 +993,9 @@ class admin_shortcodes function sc_admin_siteinfo($parm='') { - if($parm == 'creditsonly' && e_PAGE != "credits.php" && e_PAGE != "phpinfo.php") + if($parm == 'creditsonly' && e_PAGE != "credits.php" && e_PAGE != "phpinfo.php" && e_PAGE != 'e107_update.php') { - return; + return null; }