Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
004e96f2
Commit
004e96f2
authored
Jan 19, 2017
by
Côme Chilliet
Browse files
Fixes
#946
fixed an error in ACL checking
parent
33362646
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/simpleplugin/class_simplePlugin.inc
View file @
004e96f2
...
...
@@ -876,7 +876,7 @@ class simplePlugin
/*! \brief Can we write the attribute */
function
acl_is_writeable
(
$attribute
,
$skipWrite
=
FALSE
)
{
return
preg_match
(
'/w/'
,
$this
->
aclGetPermissions
(
$attribute
,
$skipWrite
));
return
preg_match
(
'/w/'
,
$this
->
aclGetPermissions
(
$attribute
,
NULL
,
$skipWrite
));
}
/*!
...
...
Côme Chilliet
@cchilliet
mentioned in issue
#350 (closed)
·
Sep 02, 2017
mentioned in issue
#350 (closed)
mentioned in issue #350
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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