mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Reduced some memory usage.
This commit is contained in:
@@ -1014,8 +1014,7 @@
|
||||
|
||||
ob_start();
|
||||
var_dump($message);
|
||||
$content = ob_get_contents();
|
||||
ob_end_clean();
|
||||
$content = ob_get_clean();
|
||||
|
||||
$bt = debug_backtrace();
|
||||
|
||||
|
Reference in New Issue
Block a user