Browse code

ViewModel bug fix

RafaƂ Szklarczyk authored on 08/10/2019 11:36:22
Showing 1 changed files
... ...
@@ -11,7 +11,7 @@ abstract class ViewModel{
11 11
     public function __construct($arg)
12 12
     {
13 13
         if($arg instanceof Applicstion){
14
-            $this->_L3 = $_L3;
14
+            $this->_L3 = $arg;
15 15
         }
16 16
         else{
17 17
             global $_L3;