Add tags and display for plugins on GLPI External links & minor fixes

This commit is contained in:
tsmr
2016-01-27 18:04:09 +01:00
parent 946224b913
commit 285a86be4e
4 changed files with 51 additions and 9 deletions

View File

@ -49,7 +49,7 @@ class PluginExampleConfig extends CommonDBTM {
function showFormExample() {
global $CFG_GLPI;
if (!Session::haveRight("config", "w")) {
if (!Session::haveRight("config", UPDATE)) {
return false;
}