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
11d074e0
Commit
11d074e0
authored
Jan 19, 2017
by
Côme Chilliet
Browse files
Fixes
#946
Removed a forgotten occurence of plugin class name
parent
057be10a
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/simpleplugin/class_simpleTabs.inc
View file @
11d074e0
...
...
@@ -399,7 +399,7 @@ class simpleTabs
$obj
->
dn
=
$this
->
dn
;
if
(
!
(
$obj
instanceof
p
lugin
)
&&
!
(
$obj
instanceOf
m
anagement
))
{
if
(
!
(
$obj
instanceof
simpleP
lugin
)
&&
!
(
$obj
instanceOf
simpleM
anagement
))
{
trigger_error
(
'Something went wrong while saving '
.
$obj
->
dn
.
'. Class "'
.
get_class
(
$obj
)
.
'".'
);
}
else
{
if
(
$obj
->
is_account
||
$obj
->
ignore_account
)
{
...
...
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