add hooks in ecm card
This commit is contained in:
parent
692eee1e25
commit
dbfc6d0715
@ -89,6 +89,8 @@ $permissiontocreatedir = $user->hasRight('ecm', 'setup');
|
||||
$permissiontodelete = $user->hasRight('ecm', 'upload');
|
||||
$permissiontodeletedir = $user->hasRight('ecm', 'setup');
|
||||
|
||||
// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
|
||||
$hookmanager->initHooks(array('ecmindexcard', 'globalcard'));
|
||||
|
||||
/*
|
||||
* Actions
|
||||
|
||||
Loading…
Reference in New Issue
Block a user