north 6 年 前
コミット
b0e90342fa
1 ファイル変更1 行追加0 行削除
  1. 1 0
      www/protected/models/data/RUser.php

+ 1 - 0
www/protected/models/data/RUser.php

@@ -72,6 +72,7 @@ class RUser extends MongoAr
             $newRow['id'] = (string)$row['_id'];
             $newRow['sex'] = CommonFn::get_val_if_isset($row,'sex',3);
             $newRow['type'] = CommonFn::get_val_if_isset($row,'type','');
+            $newRow['isReg'] = CommonFn::get_val_if_isset($row,'isReg','');
             $newRow['avatar'] = CommonFn::get_val_if_isset($row,'avatar',Yii::app()->params['defaultUserAvatar']);
             if($newRow['avatar']==''){
                 $newRow['avatar'] = Yii::app()->params['defaultUserAvatar'];