From 3971a67cfab4738dc16d1bc6e69bbaaf25667466 Mon Sep 17 00:00:00 2001 From: tsmr Date: Sun, 7 Feb 2010 21:30:49 +0000 Subject: [PATCH] modify notificationtargetexample.class git-svn-id: https://forge.glpi-project.org/svn/example/trunk@133 349b9182-4a13-0410-896f-e5e9767dd1b3 --- inc/notificationtargetexample.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/notificationtargetexample.class.php b/inc/notificationtargetexample.class.php index 8055013..8557f39 100644 --- a/inc/notificationtargetexample.class.php +++ b/inc/notificationtargetexample.class.php @@ -40,7 +40,7 @@ class PluginExampleNotificationTargetExample extends NotificationTarget { return array ('alert' => 'alert example'); } - function getDatasForTemplate($event) { + function getDatasForTemplate($event,$options=array()) { global $DB, $LANG, $CFG_GLPI; $tpldatas = array();