mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-05-04 18:08:42 +02:00
[example] correction setup
git-svn-id: https://forge.glpi-project.org/svn/example/trunk@10 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
parent
eed7ac5f9c
commit
b01ad397d0
@ -59,7 +59,7 @@ function plugin_init_example() {
|
|||||||
// Display on central page
|
// Display on central page
|
||||||
$PLUGIN_HOOKS['central_action']['example'] = 'plugin_central_action_example';
|
$PLUGIN_HOOKS['central_action']['example'] = 'plugin_central_action_example';
|
||||||
// Cron action
|
// Cron action
|
||||||
$plugin_hooks['cron']['example'] = DAY_TIMESTAMP;
|
$PLUGIN_HOOKS['cron']['example'] = DAY_TIMESTAMP;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user