We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22177a7 commit 2566462Copy full SHA for 2566462
src/Loader.php
@@ -8,7 +8,7 @@
8
* License: GNU/GPLv2
9
* @see LICENSE.txt
10
*
11
- * This file: The loader (last modified: 2025.06.10).
+ * This file: The loader (last modified: 2025.07.08).
12
*/
13
14
namespace phpMussel\Core;
@@ -362,6 +362,7 @@ public function __construct(
362
}
363
$this->Request->Disabled = $this->Configuration['core']['disabled_channels'];
364
$this->Request->UserAgent = $this->ScriptUA;
365
+ $this->Request->SendToOut = (defined('DEV_DEBUG_MODE') && DEV_DEBUG_MODE === true);
366
367
/** If the language directive is empty, default to English. */
368
if (empty($this->Configuration['core']['lang'])) {
0 commit comments