mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-05-08 13:31:24 +00:00
rename hook folderEditAttribute to editFolderAttribute
This commit is contained in:
parent
4249787876
commit
ad7b241d4a
|
|
@ -153,7 +153,7 @@ $(document).ready(function() {
|
|||
$found = true;
|
||||
}
|
||||
if($found) {
|
||||
$arr = $this->callHook('folderEditAttribute', $folder, $attrdef);
|
||||
$arr = $this->callHook('editFolderAttribute', $folder, $attrdef);
|
||||
if(is_array($arr)) {
|
||||
if($arr) {
|
||||
$this->formField($arr[0], $arr[1], isset($arr[2]) ? $arr[2] : null);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user