@@ -70,7 +70,7 @@ |
||
70 | 70 | } else { |
71 | 71 | if (!empty($routes['regex'])) { |
72 | 72 | foreach ($routes['regex'] as $regex) { |
73 | - $result = preg_match('(^' . $regex['regex'] . '$)', $this->sPath, $matches); |
|
73 | + $result = preg_match('(^'.$regex['regex'].'$)', $this->sPath, $matches); |
|
74 | 74 | if ($result) { |
75 | 75 | $class = $regex['controller']; |
76 | 76 | break; |