Konstruktorparameter fehlte

git-svn-id: https://svn.libreccm.org/ccm/trunk@990 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2011-06-27 10:53:46 +00:00
parent c604013c91
commit 5907f650cd
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ public class ItemSearchPage extends CMSPage {
*/
protected ItemSearchPopup getSearchPane() {
if (m_search == null) {
m_search = new ItemSearchPopup(ContentItem.DRAFT);
m_search = new ItemSearchPopup(ContentItem.DRAFT, false);
}
return m_search;