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 ab2d435 commit 0909ba6Copy full SHA for 0909ba6
src/Plugin.php
@@ -309,7 +309,7 @@ public function buildPHPConfig(): array
309
$config[$setting] = Settings::toBoolean($value);
310
}
311
312
- if ($config['enable_person_reporting'] && !empty($config['person_fn']) && !empty($config['person'])) {
+ if ($config['enable_person_reporting'] && empty($config['person_fn']) && empty($config['person'])) {
313
$config['person_fn'] = Settings::getPersonFunction(...);
314
315
0 commit comments