Skip to content
Snippets Groups Projects
Commit c435e97d authored by Sergiu-Lucian Petrica's avatar Sergiu-Lucian Petrica
Browse files

Removed extra parameter from log

parent 877c20e3
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ class JoblistController extends ActionController { ...@@ -102,7 +102,7 @@ class JoblistController extends ActionController {
if ($error !== NULL) { if ($error !== NULL) {
$logger = GeneralUtility::makeInstance('TYPO3\CMS\Core\Log\LogManager')->getLogger(__CLASS__); $logger = GeneralUtility::makeInstance('TYPO3\CMS\Core\Log\LogManager')->getLogger(__CLASS__);
$logger->log(LogLevel::ALERT, $error, $applyData); $logger->log(LogLevel::ALERT, $error);
$this->view->assign('error', 1); $this->view->assign('error', 1);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment