We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6d20f commit 053cf8dCopy full SHA for 053cf8d
classes/components/listPanels/PKPAnnouncementsListPanel.php
@@ -28,7 +28,7 @@ class PKPAnnouncementsListPanel extends ListPanel
28
public $form = null;
29
30
/** @var int Max number of items available to display in this list panel */
31
- public $itemsMax = [];
+ public $itemsMax = 0;
32
33
/**
34
* @copydoc ListPanel::getConfig()
0 commit comments