From 558a696acf376ef7e1f1a2d25833891292d4e04d Mon Sep 17 00:00:00 2001 From: LordBeaver Date: Fri, 20 Jan 2017 21:16:21 +0300 Subject: [PATCH] Update prefixed_module.php PHP 7: Switch statements may only contain one default clause --- acp/prefixed_module.php | 1 - 1 file changed, 1 deletion(-) diff --git a/acp/prefixed_module.php b/acp/prefixed_module.php index f3457d8..cefd18d 100644 --- a/acp/prefixed_module.php +++ b/acp/prefixed_module.php @@ -46,7 +46,6 @@ function main($id, $mode) switch ($mode) { - default: case 'prefixes': $page_title = 'ACP_PREFIXED_MANAGE'; // @todo Do this