1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-02 14:37:43 +02:00

Fixed indentation, all tabs now

This commit is contained in:
Koen Punt
2012-09-07 20:38:52 +02:00
parent 68d9d2a4af
commit 65933f5a4d

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;
} }
/** /**