Fixed missing variable notice
This commit is contained in:
parent
6eff76b3cf
commit
ef5fdcc53c
@ -372,6 +372,7 @@ class DedimaniaPlugin implements CallbackListener, CommandListener, TimerListene
|
||||
$improvement = 'improved the';
|
||||
}
|
||||
|
||||
$notifyName = '';
|
||||
$notifyOnlyBestRecordsPrivate = $this->maniaControl->getSettingManager()->getSettingValue($this, self::SETTING_NOTIFY_BEST_RECORDS_PRIVATE);
|
||||
$notifyOnlyBestRecordsPublic = $this->maniaControl->getSettingManager()->getSettingValue($this, self::SETTING_NOTIFY_BEST_RECORDS_PUBLIC);
|
||||
if ($newRecord->rank <= $notifyOnlyBestRecordsPublic) {
|
||||
|
Loading…
Reference in New Issue
Block a user