SyncruleController: get rid of legacy test notice

This commit is contained in:
Thomas Gelf 2015-11-26 21:10:11 +01:00
parent 838db966f5
commit 3ad23a4c9d

View File

@ -23,7 +23,7 @@ class SyncruleController extends ActionController
public function runAction()
{
if ($runId = Sync::run(SyncRule::load($this->params->get('id'), $this->db()))) {
Notification::success('Just testing');
Notification::success('Source has successfully been synchronized');
$this->redirectNow('director/list/syncrule');
} else {
}