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();