Commit e26cc547e85208e58825807f0a1a791d9d5cdf7f

Authored by Conrad Vermeulen
1 parent 20310ff4

KTS-2454

"Search portlet must be expanded"
Fixed.

Committed By: Conrad Vermeulen
Reviewed By: Kevin Fourie

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7322 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/search2/Search2Portlet.php
... ... @@ -6,6 +6,7 @@ class Search2Portlet extends KTPortlet
6 6 function Search2Portlet()
7 7 {
8 8 parent::KTPortlet(_kt("Search"));
  9 + $this->bActive = true;
9 10 }
10 11  
11 12 function render()
... ...