fix bug in routing that prevented comma delimited routes.
This commit is contained in:
@@ -154,7 +154,7 @@ class Router {
|
||||
return (is_string($provides = $callback['provides'])) ? explode('|', $provides) : $provides;
|
||||
}
|
||||
|
||||
return array();
|
||||
return array('html');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user