mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
Reduced some memory usage.
This commit is contained in:
@@ -223,7 +223,7 @@
|
||||
|
||||
$mailManager = e107::getBulkEmail();
|
||||
|
||||
$debug = ($this->debug === 2) ? true : false;
|
||||
$debug = $this->debug === 2;
|
||||
|
||||
$mailManager->controlDebug($debug);
|
||||
|
||||
|
Reference in New Issue
Block a user