1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 07:06:30 +02:00

Fix for theme render test. Disabled debug routines when inactive. Bootstrap3 moved modal to footer. Code cleanup.

This commit is contained in:
Cameron
2020-05-04 12:10:22 -07:00
parent 951cefec27
commit ad7caf78e8
6 changed files with 39 additions and 17 deletions

View File

@@ -370,9 +370,8 @@ $dbg = e107::getDebug();
if(E107_DEBUG_LEVEL)
{
// $e107_debug = true; // BC
//$dbg = e107::getDebug();
$dbg->active(true);
/** @deprecated $db_debug */
$db_debug = $dbg;
$dbg->logTime('Init ErrHandler');
@@ -717,7 +716,7 @@ e107::getNotify()->registerEvents();
//
// O: Start user session
//
$sql -> db_Mark_Time('User session');
$dbg->logTime('User session');
init_session(); // Set up a lot of the user-related constants