mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
CLI mode debug class clean exit fix.
This commit is contained in:
@@ -423,5 +423,5 @@ if(!e107::isCli())
|
||||
e107::getSession()->shutdown();
|
||||
// Shutdown
|
||||
$e107->destruct();
|
||||
$e107_Clean_Exit = TRUE; // For registered shutdown function -- let it know all is well!
|
||||
}
|
||||
}
|
||||
$e107_Clean_Exit = TRUE; // For registered shutdown function -- let it know all is well!
|
Reference in New Issue
Block a user