@@ -11,7 +11,7 @@ abstract class ViewModel{
public function __construct($arg)
{
if($arg instanceof Applicstion){
- $this->_L3 = $_L3;
+ $this->_L3 = $arg;
}
else{
global $_L3;