mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
fix checking return value of hook 'addFolderAttributes'
This commit is contained in:
parent
aea42b9bf5
commit
780aca0b76
|
@ -129,7 +129,7 @@ $(document).ready(function() {
|
|||
foreach($arrs as $arr) {
|
||||
$this->formField($arr[0], $arr[1]);
|
||||
}
|
||||
} elseif(is_string($arr)) {
|
||||
} elseif(is_string($arrs)) {
|
||||
echo $arr;
|
||||
}
|
||||
$this->formSubmit("<i class=\"icon-save\"></i> ".getMLText('save'));
|
||||
|
|
Loading…
Reference in New Issue
Block a user