Browse code

ViewModel fix

RafaƂ Szklarczyk authored on 12/06/2019 12:21:06
Showing 1 changed files
... ...
@@ -18,7 +18,7 @@ abstract class ViewModel{
18 18
             $this->_L3 = $_L3;
19 19
         }
20 20
 
21
-        $match = $_L3->findControllerInCallStack();
21
+        $match = $this->_L3->findControllerInCallStack();
22 22
 
23 23
         $this->controller = $match['controller'];
24 24
         $this->module = $match['module'];