From b01ad397d05c356be4f9d0832f3ba5aec511f19d Mon Sep 17 00:00:00 2001 From: tsmr Date: Tue, 9 Jan 2007 23:55:21 +0000 Subject: [PATCH] [example] correction setup git-svn-id: https://forge.glpi-project.org/svn/example/trunk@10 349b9182-4a13-0410-896f-e5e9767dd1b3 --- setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.php b/setup.php index 11112d2..4c400e2 100755 --- a/setup.php +++ b/setup.php @@ -59,7 +59,7 @@ function plugin_init_example() { // Display on central page $PLUGIN_HOOKS['central_action']['example'] = 'plugin_central_action_example'; // Cron action - $plugin_hooks['cron']['example'] = DAY_TIMESTAMP; + $PLUGIN_HOOKS['cron']['example'] = DAY_TIMESTAMP; }