Skip to content

Commit

Permalink
Fixed issue #12295 - #12295
Browse files Browse the repository at this point in the history
  • Loading branch information
Bird87ZA committed Jun 26, 2018
1 parent 5e7b689 commit 55ee598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Routing/Route/RedirectRoute.php
Expand Up @@ -88,7 +88,7 @@ public function parse($url, $method = '')
}
}
}
$redirect = Router::reverse($redirect);
$redirect = Router::reverseToArray($redirect);
}
$status = 301;
if (isset($this->options['status']) && ($this->options['status'] >= 300 && $this->options['status'] < 400)) {
Expand Down

0 comments on commit 55ee598

Please sign in to comment.