Skip to content

Commit

Permalink
[BUGFIX] Missing configuration check
Browse files Browse the repository at this point in the history
  • Loading branch information
sbusemann committed Nov 11, 2024
1 parent 1c10e9c commit 31713b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/Utility/ConfigurationUtility.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@ public static function getValue($key, $config)
public static function notifyAdminAboutEdits($config)
{
if (self::getValue(
'edit/notifyAdmin',
'edit/email/notifyAdmin',
$config
) || self::getValue(
'edit/email/createUserNotify/notifyAdmin/receiver/email/value',
'edit/email/notifyAdmin/receiver/email/value',
$config
)) {
return true;
Expand Down

0 comments on commit 31713b6

Please sign in to comment.