Fix Cannot use $this as parameter

This commit is contained in:
Johan Cwiklinski 2016-11-03 14:35:41 +01:00 committed by Johan Cwiklinski
parent d07637d23d
commit eaf98572e4

View File

@ -40,7 +40,7 @@ if (!defined('GLPI_ROOT')) {
class PluginExampleComputer extends CommonDBTM { class PluginExampleComputer extends CommonDBTM {
static function showInfo($this) { static function showInfo() {
echo '<table class="tab_glpi" width="100%">'; echo '<table class="tab_glpi" width="100%">';
echo '<tr>'; echo '<tr>';