Works on capability to hook a thirdparty module.

This commit is contained in:
Regis Houssin 2010-08-07 12:13:05 +00:00
parent c1fa8287ed
commit 4c33ad67e5

View File

@ -90,6 +90,7 @@ if (! empty($hooks->objModules))
foreach($hooks->objModules as $module)
{
$module->getObjectActions($hooks);
$mesg = $module->error;
}
}