Skip to content

Commit

Permalink
[BUGFIX] Fix possible wrong parsing of speaking URL if the first segm…
Browse files Browse the repository at this point in the history
…ent looks like a host name
  • Loading branch information
dmitryd committed Sep 14, 2016
1 parent 9d2e08b commit e1bf7d0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Classes/Configuration/ConfigurationReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e1bf7d0

Please sign in to comment.