소스 검색

默认的

Kirin 4 년 전
부모
커밋
1d055dbcab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/admin/controller/user/User.php

+ 1 - 1
app/admin/controller/user/User.php

@@ -882,7 +882,7 @@ class User extends AuthController
     {
 
         $this->assign([
-            'content' => sys_config('member_content', ''),
+            'content' => sys_config('member_content'),
             'field' => 'description',
             'action' => Url::buildUrl('change_member_content', ['field' => 'description'])
         ]);