* [FIX] Fixed wrong behaviour when updating custom fields data module

* [FIX] Delete non-existant users in notifications table
* [MOD] Improved error logging
This commit is contained in:
nuxsmin
2018-07-30 12:06:53 +02:00
committed by Rubén D
parent 520b1eebec
commit f6aa24d5c1
54 changed files with 196 additions and 189 deletions

View File

@@ -81,7 +81,7 @@ final class Init extends ModuleBase
*/
public function initialize($controller)
{
debugLog(__FUNCTION__);
logger(__FUNCTION__);
// Initialize context
$this->context->initialize();