dever 6 년 전
부모
커밋
6015c3d747
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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');
     	}
     }