There was an error while loading. Please reload this page.
2 parents c57e1f9 + db947a1 commit 7582a2aCopy full SHA for 7582a2a
1 file changed
src/Plugin.php
@@ -265,13 +265,13 @@ public static function buildIncludedErrno($cutoff)
265
266
public function initPhpLogging()
267
{
268
+ $this->fetchSettings();
269
+
270
// Return if logging is not enabled
271
if ( $this->settings['php_logging_enabled'] === 0 ) {
272
return;
273
}
274
- $this->fetchSettings();
-
275
// installs global error and exception handlers
276
try {
277
0 commit comments