Skip to content

Commit

Permalink
[TASK] Make ConditionMatcherTest notice free
Browse files Browse the repository at this point in the history
Releases: master
Resolves: #84431
Change-Id: Ie4634e50be95f762d66ac778edad10b7bfa1f21b
Reviewed-on: https://review.typo3.org/56301
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
  • Loading branch information
janhelke authored and lolli42 committed Mar 17, 2018
1 parent cef50e5 commit 0bd4c98
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 67 deletions.
Expand Up @@ -172,7 +172,7 @@ protected function getGroupList()
*/
protected function determinePageId()
{
return (int)$this->getTypoScriptFrontendController()->id;
return (int)($this->getTypoScriptFrontendController()->id ?? 0);
}

/**
Expand Down

0 comments on commit 0bd4c98

Please sign in to comment.