Skip to content

Commit

Permalink
Remove reference to external module
Browse files Browse the repository at this point in the history
  • Loading branch information
jfefe committed May 11, 2014
1 parent 0416108 commit 8cba0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/resource/element_resource.php
Expand Up @@ -59,7 +59,7 @@
$hookmanager->initHooks(array('element_resource'));


$object->available_resources = array('resource','place@place');
$object->available_resources = array('resource');

$parameters=array('resource_id'=>$available_resources);
$reshook=$hookmanager->executeHooks('doActions',$parameters,$object,$action); // Note that $action and $object may have been modified by some hooks
Expand Down

0 comments on commit 8cba0fb

Please sign in to comment.