updated so the hooks get registered properly

This commit is contained in:
seek3r 2002-01-02 15:27:36 +00:00
parent dbd4c633f9
commit 0ce125a2d2

View File

@ -19,8 +19,11 @@
$setup_info['preferences']['enable'] = 2;
/* The hooks this app includes, needed for hooks registration */
//$setup_info['admin']['hooks'][] = 'preferences';
//$setup_info['admin']['hooks'][] = 'admin';
$setup_info['preferences']['hooks'][] = 'admin_deleteaccount';
$setup_info['preferences']['hooks'][] = 'config';
$setup_info['preferences']['hooks'][] = 'manual';
$setup_info['preferences']['hooks'][] = 'preferences';
$setup_info['preferences']['hooks'][] = 'settings';
/* Dependacies for this app to work */
$setup_info['preferences']['depends'][] = array(