songxingwei 3 years ago
parent
commit
a104b7149d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/admin/controller/Config.php

+ 1 - 1
application/admin/controller/Config.php

@@ -82,7 +82,7 @@ class Config extends Controller
             $this->fetch('system-config');
         }
         $post = Request::post();
-        $post['integral_share_img'] = $post['logo'];
+        $post['user_instructions'] = $post['logo'];
         unset($post['logo']);
         foreach ($post as $key => $value) {
             sysconf($key, $value);