From ad7b241d4a48add89968d73641f7bae7d60d589f Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 21 Apr 2026 12:24:48 +0200 Subject: [PATCH] rename hook folderEditAttribute to editFolderAttribute --- views/bootstrap/class.EditFolder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.EditFolder.php b/views/bootstrap/class.EditFolder.php index fb688fcc6..2481d7fc3 100644 --- a/views/bootstrap/class.EditFolder.php +++ b/views/bootstrap/class.EditFolder.php @@ -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);