Skip to content

Commit 61f78fc

Browse files
committed
New changelist
1 parent 826db80 commit 61f78fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Router.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ public function getChild($uri, &$params = array(), &$matched = null)
321321
$params = array_merge($params, $match_params);
322322

323323
if (($suburl === '') || ($route instanceof self)) {
324-
$matched = self::BuildUri($data['pattern'], $route->getDefault(), $data['attributes']);
324+
$matched = self::BuildUri($data['pattern'], $match_params, $data['attributes']);
325325

326326
$this->_childs[$key] = array($route, &$params, $matched);
327327

0 commit comments

Comments
 (0)