From 442f967f9cbb069781b1a60cef2e4a991c0adebe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Fri, 1 Oct 2010 00:15:21 +0200 Subject: [PATCH] Fix advanced search for sections. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- include/ufbuilder.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ufbuilder.inc.php b/include/ufbuilder.inc.php index 3d50bff..45c589b 100644 --- a/include/ufbuilder.inc.php +++ b/include/ufbuilder.inc.php @@ -931,7 +931,7 @@ class UFBF_Group extends UFBF_Mixed // }}} // {{{ class UFBF_Section -class UFBF_Section extends UFBF_Index +class UFBF_Section extends UFBF_Mixed { protected $direnum = DirEnum::SECTIONS; -- 2.1.4