Browse code

Bug fix

RafaƂ Szklarczyk authored on 26/05/2019 21:09:40
Showing 1 changed files
... ...
@@ -112,7 +112,7 @@ class Application{
112 112
             //$this->IncludeControler($ControllerAction['controller']);
113 113
             if(isset($controllerAction['module'])){
114 114
                 if(\preg_match($field_pattern, $controllerAction['module'], $match) ){
115
-                    $module = $this->router->parsedParameters[$match['field']];
115
+                    $module = $this->router->parsedParameters[$match['field']]."\\";
116 116
                 }
117 117
                 else{
118 118
                     $module = $controllerAction['module']."\\";