1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-09 16:17:14 +02:00

More shortcode/parser BC (global) fixes.

This commit is contained in:
Cameron
2013-05-31 18:52:46 -07:00
parent b8cdc71795
commit 27e98076f0
4 changed files with 8 additions and 8 deletions

View File

@@ -232,8 +232,8 @@ class admin_start
// auto db update
if ('0' == ADMINPERMS)
{
e107::getScBatch('admin');
echo $tp->parseTemplate('{ADMIN_COREUPDATE=alert}',true);
$sc = e107::getScBatch('admin');
echo $tp->parseTemplate('{ADMIN_COREUPDATE=alert}',true, $sc);
require_once(e_ADMIN.'update_routines.php');
update_check();