dever 6 years ago
parent
commit
5aa0ea6e86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/src/User.php

+ 1 - 1
main/src/User.php

@@ -123,7 +123,7 @@ class User extends Core
         //$scene = Dever::login($this->data['uid']) . ',' . $type . ',' . $id;
         $scene = $this->data['uid'] . ',' . $type . ',' . $id;
         //echo $scene;die;
-        $send['project'] = Dever::input('project', 1);
+        $send['project'] = Dever::input('project', $this->data['system']);
         $send['send'] = $scene;
         $send['width'] = 152;
         $send['path'] = $path;