1
0
Fork 0

Adjust routes syntax since previous code *should* have been bugged.

This commit is contained in:
Andrew Tomaka 2011-11-14 09:27:34 -05:00
parent 1f8203facb
commit 451b24ca02
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ $route['404_override'] = '';
$route['random'] = 'view/random';
$route['latest'] = 'view/latest';
$route['[0-9]+'] = 'view/specific/$1';
$route['([0-9]+)'] = 'view/specific/$1';