diff --git a/assets/backend.css b/assets/backend.css new file mode 100644 index 00000000..72be5dac --- /dev/null +++ b/assets/backend.css @@ -0,0 +1,3 @@ +#tl_navigation .tl_level_1_group .group-notification_center { + background: url(notification.png) 8px center no-repeat; +} \ No newline at end of file diff --git a/bin/queue b/bin/queue index e1396f49..9a99599b 100755 --- a/bin/queue +++ b/bin/queue @@ -1,5 +1,4 @@ #!/usr/bin/env php - $arrCallback[1]($this, $arrTokens, $strLanguage, $objGatewayModel); + $blnSuccess = \System::importStatic($arrCallback[0])->{$arrCallback[1]}($this, $arrTokens, $strLanguage, $objGatewayModel); if (!$blnSuccess) { return false;