Konstruktorparameter fehlte
git-svn-id: https://svn.libreccm.org/ccm/trunk@990 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
c604013c91
commit
5907f650cd
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue