Skip to content

Commit

Permalink
Argument should be array
Browse files Browse the repository at this point in the history
  • Loading branch information
ruistrecht-alt committed Apr 2, 2018
1 parent b39f617 commit 09f8a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/user/group/perms.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
$entity=$conf->entity;

// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
$hookmanager->initHooks('groupperms','globalcard');
$hookmanager->initHooks(array('groupperms','globalcard'));


/**
Expand Down

0 comments on commit 09f8a21

Please sign in to comment.