From e1bf7d0f301b8e9f7a152fd45f1a39a41d0f5667 Mon Sep 17 00:00:00 2001 From: Dmitry Dulepov Date: Tue, 30 Aug 2016 10:48:29 +0300 Subject: [PATCH] [BUGFIX] Fix possible wrong parsing of speaking URL if the first segment looks like a host name --- Classes/Configuration/ConfigurationReader.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Classes/Configuration/ConfigurationReader.php b/Classes/Configuration/ConfigurationReader.php index b6287afb..e4002813 100644 --- a/Classes/Configuration/ConfigurationReader.php +++ b/Classes/Configuration/ConfigurationReader.php @@ -157,15 +157,6 @@ public function getMode() { return $this->mode; } - /** - * Returns the current mode. - * - * @return int - */ - public function getMode() { - return $this->mode; - } - /** * If the configuration is invalid throws an exception stored earlier. This * makes sense only we are have a speaking url.