mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-05-04 18:08:42 +02:00
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:
parent
ff5a90f24b
commit
3971a67cfa
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user