mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
hook addDocumentContentAttributes can return a string
This commit is contained in:
parent
dc6ec3c5c7
commit
55f5fe4047
|
@ -307,6 +307,8 @@ console.log(element);
|
|||
foreach($arrs as $arr) {
|
||||
$this->formField($arr[0], $arr[1]);
|
||||
}
|
||||
} elseif(is_string($arrs)) {
|
||||
echo $arrs;
|
||||
}
|
||||
|
||||
if($workflowmode == 'advanced') {
|
||||
|
|
Loading…
Reference in New Issue
Block a user