* [MOD] Improved event dispatching. Work in progress.

This commit is contained in:
nuxsmin
2018-02-23 13:55:24 +01:00
committed by Rubén Domínguez
parent 62e5f15576
commit 87ac77f139
14 changed files with 518 additions and 258 deletions

View File

@@ -67,7 +67,7 @@ class ConfigImportController extends SimpleControllerBase
$this->eventDispatcher->notifyEvent('run.import', new Event($this,
EventMessage::factory()
->addDetail(__('Cuentas importadas'), $counter))
->addDetail(__u('Cuentas importadas'), $counter))
);
if ($counter > 0) {