Skip to content

Commit

Permalink
Update Uri.php
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane authored Jun 15, 2022
1 parent ccf4397 commit 108dce9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webfiori/http/Uri.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ class Uri {
*/
public function __construct(string $requestedUri) {
$this->allowedRequestMethods = [];
$this->isCS = false;
$this->uriBroken = self::splitURI($requestedUri);

if (gettype($this->uriBroken) != 'array') {
Expand Down

0 comments on commit 108dce9

Please sign in to comment.