Skip to content

Commit

Permalink
Fix for issue peej#169
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-makarenko committed Aug 13, 2013
1 parent 4f6f9f0 commit dfd910d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tonic/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ public function getResource($request = NULL)
array_shift($uri);
foreach ($uri as $key => $name) {
$params[$name] = $params[$key];
unset($params[$key]);
}
}
$matchedResource = array($resourceMetadata, $params);
Expand Down

0 comments on commit dfd910d

Please sign in to comment.