-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
2.3.2
The test for logging got flipped when resolving the strict standards issues. Should be this:
if ($this->get_config('logtolocation') !== null) {
The test for logging got flipped when resolving the strict standards issues. Should be this:
if ($this->get_config('logtolocation') !== null) {