Fix: hook functions with better name
New: add hook in builddoc bloc
This commit is contained in:
parent
5c1fd271ef
commit
0ef5472e48
@ -359,15 +359,6 @@ class FormFile
|
||||
print ' ';
|
||||
}
|
||||
print '</td>';
|
||||
|
||||
// Hook of thirdparty module
|
||||
if (! empty($hooks) && is_array($hooks))
|
||||
{
|
||||
foreach($hooks as $module)
|
||||
{
|
||||
$module->formBuilddocOptions();
|
||||
}
|
||||
}
|
||||
|
||||
// Button
|
||||
print '<td align="center" colspan="'.($delallowed?'2':'1').'">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user