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
d4c5843e
Commit
d4c5843e
authored
Nov 03, 2014
by
Côme Bernigaud
Committed by
Benoit Mortier
Nov 03, 2014
Browse files
Fixes
#3446
Fixed application objectClass typo
parent
669bf79b
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/admin/applications/class_applicationGeneric.inc
View file @
d4c5843e
...
...
@@ -21,7 +21,7 @@
class
application
extends
simplePlugin
{
var
$objectclasses
=
array
(
'fdApplication'
);
var
$objectclasses
=
array
(
'fd
Desktop
Application'
);
var
$mainTab
=
TRUE
;
...
...
@@ -32,7 +32,7 @@ class application extends simplePlugin
'plDescription'
=>
_
(
'Application generic'
),
'plObjectType'
=>
array
(
'application'
=>
array
(
'name'
=>
_
(
'Application'
),
'filter'
=>
'objectClass=fdApplication'
,
'filter'
=>
'objectClass=fd
Desktop
Application'
,
'ou'
=>
get_ou
(
'applicationsRDN'
),
'icon'
=>
'geticon.php?context=mimetypes&icon=application-x-executable&size=16'
,
)),
...
...
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