diff --git a/cronjobs/findblock.php b/cronjobs/findblock.php index d55b7f64..2643b1ba 100755 --- a/cronjobs/findblock.php +++ b/cronjobs/findblock.php @@ -115,7 +115,7 @@ if (empty($aAllBlocks)) { . $share->share_type ); - if ($setting->getValue('disable_notification') != 1) { + if ($setting->getValue('disable_notifications') != 1) { // Notify users $aAccounts = $notification->getNotificationAccountIdByType('new_block'); if (is_array($aAccounts)) {