1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-03 23:17:38 +02:00

Merge pull request #2 from koenpunt/fix-indentation

Fixed indentation, all tabs now
This commit is contained in:
Danny van Kooten
2012-09-07 11:43:45 -07:00

View File

@@ -164,8 +164,6 @@ class AltoRouter {
$match = preg_match($regex, $requestUrl, $params); $match = preg_match($regex, $requestUrl, $params);
} }
if(($match == true || $match > 0)) { if(($match == true || $match > 0)) {
if($params) { if($params) {
@@ -180,11 +178,8 @@ class AltoRouter {
'name' => $name 'name' => $name
); );
} }
} }
return false; return false;
} }
/** /**