From e26cc547e85208e58825807f0a1a791d9d5cdf7f Mon Sep 17 00:00:00 2001 From: Conrad Vermeulen Date: Wed, 10 Oct 2007 10:14:02 +0000 Subject: [PATCH] KTS-2454 "Search portlet must be expanded" Fixed. --- plugins/search2/Search2Portlet.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/plugins/search2/Search2Portlet.php b/plugins/search2/Search2Portlet.php index 80a77d2..8fb3386 100644 --- a/plugins/search2/Search2Portlet.php +++ b/plugins/search2/Search2Portlet.php @@ -6,6 +6,7 @@ class Search2Portlet extends KTPortlet function Search2Portlet() { parent::KTPortlet(_kt("Search")); + $this->bActive = true; } function render() -- libgit2 0.21.4