1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-01 22:20:17 +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);
}
if(($match == true || $match > 0)) {
if($params) {
@@ -180,11 +178,8 @@ class AltoRouter {
'name' => $name
);
}
}
return false;
}
/**