mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +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) {
|
foreach($arrs as $arr) {
|
||||||
$this->formField($arr[0], $arr[1]);
|
$this->formField($arr[0], $arr[1]);
|
||||||
}
|
}
|
||||||
|
} elseif(is_string($arrs)) {
|
||||||
|
echo $arrs;
|
||||||
}
|
}
|
||||||
|
|
||||||
if($workflowmode == 'advanced') {
|
if($workflowmode == 'advanced') {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user