SyncCheckForm: notify also on check

This commit is contained in:
Thomas Gelf 2016-06-28 10:59:26 +02:00
parent 3c8d82d25f
commit 050ed43035
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class SyncCheckForm extends QuickForm
public function onSuccess()
{
if ($this->rule->checkForChanges()) {
$this->setSuccessMessage(
$this->notifySuccess(
$this->translate(('This Sync Rule would apply new changes'))
);
$html = '';