Commit 6e916ea6 authored by Taylor Otwell's avatar Taylor Otwell

fix bug in routing that prevented comma delimited routes.

parent 4c2209e3
......@@ -154,7 +154,7 @@ class Router {
return (is_string($provides = $callback['provides'])) ? explode('|', $provides) : $provides;
}
return array();
return array('html');
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment