Kaynağa Gözat

Merge remote-tracking branch 'origin/master'

sandm 2 yıl önce
ebeveyn
işleme
381bc01227
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app/common/controller/Auth.php

+ 1 - 1
app/common/controller/Auth.php

@@ -18,7 +18,7 @@ class Auth extends BaseController {
     public function register() {
         $msg = "";
         if ($this->request->isPost()) {
-            $source = intval($this->request['source']);
+            $source = 3; //intval($this->request['source']);
             $response_object = new \StdClass();
             $special = \StrUtil::getRequestDecodeParam($this->request, 'special');
             $data = [