dever 6 years ago
parent
commit
6015c3d747
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vip/src/Buy.php

+ 1 - 1
vip/src/Buy.php

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