Skip to content

Commit 265352b

Browse files
committed
#8845 Fixed default value of itemsMax
1 parent 2a8d2d0 commit 265352b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/components/listPanels/PKPAnnouncementsListPanel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class PKPAnnouncementsListPanel extends ListPanel
3131
public $getParams = [];
3232

3333
/** @var int Max number of items available to display in this list panel */
34-
public $itemsMax = [];
34+
public $itemsMax = 0;
3535

3636
/**
3737
* @copydoc ListPanel::getConfig()

0 commit comments

Comments
 (0)