Skip to content

Commit 053cf8d

Browse files
committed
pkp#8845 Fixed default value of itemsMax
1 parent 7e6d20f commit 053cf8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/components/listPanels/PKPAnnouncementsListPanel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class PKPAnnouncementsListPanel extends ListPanel
2828
public $form = null;
2929

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

3333
/**
3434
* @copydoc ListPanel::getConfig()

0 commit comments

Comments
 (0)