Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GLPI
glpi
Commits
5cb5d9ea
Commit
5cb5d9ea
authored
May 06, 2019
by
Johan Cwiklinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix merge
parent
3268166b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
inc/commondbconnexity.class.php
inc/commondbconnexity.class.php
+1
-0
inc/commondbtm.class.php
inc/commondbtm.class.php
+1
-0
inc/plugin.class.php
inc/plugin.class.php
+1
-0
No files found.
inc/commondbconnexity.class.php
View file @
5cb5d9ea
...
...
@@ -89,6 +89,7 @@ abstract class CommonDBConnexity extends CommonDBTM {
/// Disable auto forwarding information about entities ?
static
public
$disableAutoEntityForwarding
=
false
;
/*
* @since 9.4
*
* @param string $itemtype the type of the item to look for
...
...
inc/commondbtm.class.php
View file @
5cb5d9ea
...
...
@@ -184,6 +184,7 @@ class CommonDBTM extends CommonGLPI {
function
__construct
()
{
}
/*
* Return the table used to store this object
*
* @param string $classname Force class (to avoid late_binding on inheritance)
...
...
inc/plugin.class.php
View file @
5cb5d9ea
...
...
@@ -132,6 +132,7 @@ class Plugin extends CommonDBTM {
}
}
/*
* Init a plugin including setup.php file
* launching plugin_init_NAME function after checking compatibility
*
...
...
Write
Preview
Markdown
is supported
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