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
d617df5d
Commit
d617df5d
authored
Oct 26, 2015
by
Côme Chilliet
Browse files
Fixes
#4254
Fixed simpleManagement handling of $ in filters (for samba)
parent
fa0a1faf
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/simpleplugin/class_simpleManagement.inc
View file @
d617df5d
...
...
@@ -344,7 +344,7 @@ class simpleManagement extends management
'tag'
=>
$tag
,
'default'
=>
TRUE
,
'unset'
=>
array
(),
'set'
=>
$i
[
'filter'
]
'set'
=>
preg_replace
(
'/\$/'
,
'\\\$'
,
$i
[
'filter'
]
)
);
$this
->
filter
->
elementValues
[
$tag
]
=
TRUE
;
...
...
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