Remove the required cue when disabling notifications globally

refs #7934
This commit is contained in:
Johannes Meyer 2015-03-02 18:28:20 +01:00
parent d714c4323c
commit ea7b77eb72
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ class DisableNotificationsExpireCommandForm extends CommandForm
*/
public function init()
{
$this->setRequiredCue(null);
$this->setSubmitLabel($this->translate('Disable Notifications'));
}