modify notificationtargetexample.class

git-svn-id: https://forge.glpi-project.org/svn/example/trunk@133 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
tsmr 2010-02-07 21:30:49 +00:00
parent ff5a90f24b
commit 3971a67cfa

View File

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