evoxwht 2 лет назад
Родитель
Сommit
c2920579e5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      crmeb/app/adminapi/controller/v1/file/SystemAttachment.php

+ 1 - 1
crmeb/app/adminapi/controller/v1/file/SystemAttachment.php

@@ -145,7 +145,7 @@ class SystemAttachment extends AuthController
      */
     public function scanUploadQrcode()
     {
-        $pid = $this->request->getMore([
+        [$pid] = $this->request->getMore([
             ['pid', 0]
         ], true);
         $uploadToken = md5(time());