1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +02:00

Moved old functions out of class2.php.

This commit is contained in:
Cameron
2020-12-25 14:57:53 -08:00
parent d890163836
commit 84a3e45e48
5 changed files with 117 additions and 150 deletions

View File

@@ -22,7 +22,7 @@ $In_e107_Footer = TRUE; // For registered shutdown function
global $error_handler,$db_time,$ADMIN_FOOTER;
// Legacy fix - call header if not already done, mainly fixing left side menus to work proper
if(!deftrue('e_ADMIN_UI') && !deftrue('ADMIN_AREA'))
if(!deftrue('e_ADMIN_UI') /*&& !deftrue('ADMIN_AREA')*/)
{
// close the old buffer
$content = ob_get_contents();