@@ -18,7 +18,7 @@ abstract class ViewModel{
$this->_L3 = $_L3;
}
- $match = $_L3->findControllerInCallStack();
+ $match = $this->_L3->findControllerInCallStack();
$this->controller = $match['controller'];
$this->module = $match['module'];