fix bug in backreference.
This commit is contained in:
@@ -89,7 +89,7 @@ abstract class Controller {
|
||||
if ($count > 0) unset($parameters[$key]);
|
||||
}
|
||||
|
||||
return array(str_replace('$1', 'index', $method), $parameters);
|
||||
return array(str_replace('(:1)', 'index', $method), $parameters);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user