From 0bbb3c1703d8adad7212c0a6e84a8f0b7990d789 Mon Sep 17 00:00:00 2001 From: moyooo Date: Tue, 14 Feb 2012 16:10:17 +0000 Subject: [PATCH] fix proto git-svn-id: https://forge.glpi-project.org/svn/example/trunk@188 349b9182-4a13-0410-896f-e5e9767dd1b3 --- inc/example.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/example.class.php b/inc/example.class.php index ae4beb2..5aa777f 100644 --- a/inc/example.class.php +++ b/inc/example.class.php @@ -37,7 +37,7 @@ class PluginExampleExample extends CommonDBTM { // Should return the localized name of the type - static function getTypeName() { + static function getTypeName($nb = 0) { return 'Example Type'; }