dever hace 6 años
padre
commit
6015c3d747
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      vip/src/Buy.php

+ 1 - 1
vip/src/Buy.php

@@ -10,7 +10,7 @@ class Buy extends Base
     	parent::__construct();
 
     	if (!$this->user) {
-    		//return $this->location('auth', array(), 'vip');
+    		return $this->location('auth', array(), 'vip');
     	}
     }