From eaf98572e415333069cb39fc4524eb065b80c0a7 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Thu, 3 Nov 2016 14:35:41 +0100 Subject: [PATCH] Fix Cannot use $this as parameter --- inc/computer.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/computer.class.php b/inc/computer.class.php index d03f5d0..c66a149 100644 --- a/inc/computer.class.php +++ b/inc/computer.class.php @@ -40,7 +40,7 @@ if (!defined('GLPI_ROOT')) { class PluginExampleComputer extends CommonDBTM { - static function showInfo($this) { + static function showInfo() { echo ''; echo '';