Remove reference to external module

This commit is contained in:
jfefe 2014-05-11 12:33:20 +02:00
parent 04161084cf
commit 8cba0fbcbe

View File

@ -59,7 +59,7 @@ $object=new Resource($db);
$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