mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-05-04 18:08:42 +02:00
Fix Cannot use $this as parameter
This commit is contained in:
parent
d07637d23d
commit
eaf98572e4
@ -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>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user