From ececc1b98c36a06ded1d736d015b1608676f0b04 Mon Sep 17 00:00:00 2001 From: Piotr Miazga Date: Fri, 7 Jun 2019 13:40:13 +0200 Subject: [PATCH] Define default OPTION_TABS_ON_SPECIALS option If the option is not default, system will throw OutOfBoundsException when trying to access OPTION_TABS_ON_SPECIALS value. Bug: T225279 Change-Id: I01ff016caea0bfd961c71e15388d670cd93acc7f --- includes/SkinOptions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/SkinOptions.php b/includes/SkinOptions.php index d0e63ab..4544d26 100644 --- a/includes/SkinOptions.php +++ b/includes/SkinOptions.php @@ -59,6 +59,8 @@ final class SkinOptions { self::OPTIONS_TALK_AT_TOP => false, self::OPTIONS_HISTORY_PAGE_ACTIONS => false, self::OPTION_OVERFLOW_SUBMENU => false, + /** Whether to show tabs on special pages */ + self::OPTION_TABS_ON_SPECIALS => false, ]; /**