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-plugins
Commits
11a84e96
Commit
11a84e96
authored
Apr 17, 2013
by
Côme Bernigaud
Committed by
Benoit Mortier
Apr 17, 2013
Browse files
Fixes:
#2311
Fixex php error (undefined var suffix)
parent
49ed455a
Changes
1
Hide whitespace changes
Inline
Side-by-side
fai/admin/fai/class_FAI.inc
View file @
11a84e96
...
...
@@ -165,7 +165,7 @@ class FAI
static
function
get_FAI_departments
(
$suffix
=
""
)
{
return
array_map
(
function
(
$name
)
function
(
$name
)
use
(
$suffix
)
{
return
get_ou
(
'fai'
.
$name
.
'RDN'
)
.
$suffix
;
}
...
...
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