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
agallavardin
fusiondirectory-plugins
Commits
a10eff6a
Verified
Commit
a10eff6a
authored
Oct 16, 2019
by
Côme Chilliet
Browse files
🚑
fix(fai) Fix crash due to strict typing
issue #6004
parent
9fc5f97a
Changes
1
Hide whitespace changes
Inline
Side-by-side
fai/admin/fai/class_faiListing.inc
View file @
a10eff6a
...
...
@@ -27,6 +27,9 @@ class faiListing extends managementListing
if
(
$this
->
baseMode
)
{
// Instanciate base selector
if
(
!
is_string
(
$this
->
base
))
{
$this
->
base
=
''
;
}
$this
->
baseSelector
=
new
faiBaseSelector
(
$this
->
bases
,
$this
->
base
);
$this
->
refreshBasesList
();
}
else
{
...
...
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