Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request zendframework#3775 branch 'hotfix/cs'
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Feb 13, 2013
2 parents 68b031b + 73fdf1a commit a6a1e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Mvc/Controller/Plugin/Url.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function fromRoute($route = null, array $params = array(), $options = arr

$event = $controller->getEvent();
$router = null;
$matches =null;
$matches = null;
if ($event instanceof MvcEvent) {
$router = $event->getRouter();
$matches = $event->getRouteMatch();
Expand Down

0 comments on commit a6a1e23

Please sign in to comment.