Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
voting.typo3.org
extensions
election
Commits
8f256bd3
Commit
8f256bd3
authored
Jan 24, 2016
by
Stefan Busemann
Browse files
[BUGFIX] set default value, to avoid error
parent
11859f45
Changes
1
Hide whitespace changes
Inline
Side-by-side
Classes/Controller/AbstractBeController.php
View file @
8f256bd3
...
...
@@ -116,7 +116,7 @@ abstract class AbstractBeController extends ActionController
* @param int $requiredUserGroup UID of the user group
* @return bool
*/
protected
function
backendUserHasUserGroup
(
$requiredUserGroup
)
protected
function
backendUserHasUserGroup
(
$requiredUserGroup
=
0
)
{
if
(
Configuration
::
AUTH_NONE
===
$requiredUserGroup
)
{
return
true
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment