Merge branch '5.2' into 5.3
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / acp / page / LabelListPage.class.php
index bd5d30e7cbb5129c65adcef8b347e52ce00393ab..7f23616d031f9303b349fe936fb64be9dd5c84b8 100644 (file)
@@ -16,7 +16,7 @@ use wcf\util\StringUtil;
  * Lists available labels
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2018 WoltLab GmbH
+ * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Acp\Page
  * 
@@ -33,6 +33,11 @@ class LabelListPage extends SortablePage {
         */
        public $defaultSortField = 'label';
        
+       /**
+        * @inheritDoc
+        */
+       public $itemsPerPage = 50;
+       
        /**
         * @inheritDoc
         */