mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-08-24 06:35:49 +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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user