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
a0cd9c72
Commit
a0cd9c72
authored
Jan 21, 2015
by
Côme Bernigaud
Committed by
Benoit Mortier
Jan 21, 2015
Browse files
Fixes #3537 Fixed non-handled exception in reference system
parent
28930f5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/class_plugin.inc
View file @
a0cd9c72
...
...
@@ -1314,6 +1314,8 @@ class plugin
// Search objects
try
{
$objects
=
objects
::
ls
(
$objectType
,
array
(
'dn'
=>
'raw'
),
NULL
,
$filter
);
}
catch
(
NonExistingObjectTypeException
$e
)
{
continue
;
}
catch
(
EmptyFilterException
$e
)
{
continue
;
}
...
...
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