InfotelGLPI / mydashboard

Plugin mydashboard for GLPI
http://blogglpi.infotel.com/
GNU General Public License v2.0
42 stars 19 forks source link

Mydashboard 2.1.5 : bug #147

Open EC2311 opened 10 months ago

EC2311 commented 10 months ago

Hello

error glpiphplog.CRITICAL: *** Uncaught Exception Error: Class "PluginMydashboardMenu" not found

in config.form.php line 31 : the name of the pluginmydashboardmenu is wrong the line must be : Html::header(PluginMydashboardMenu::getTypeName(2), '', "tools", "PluginMydashboardMenu",'PluginMydashboardConfig'); instead of Html::header(PluginMydashboardMenu::getTypeName(2), '', "tools", "pluginmydashboardmenu",'PluginMydashboardConfig');

tsmr commented 10 months ago

Hello i think this is not the good way because the header function do a $item = strtolower($item); so the name pluginmydashboardmenu is good.

EC2311 commented 10 months ago

Nevertheless, it runs after this correction ;)