cqpCow 9 kuukautta sitten
vanhempi
commit
5ec286de32
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/Service/FileUploadService.php

+ 1 - 1
app/Service/FileUploadService.php

@@ -129,7 +129,7 @@ class FileUploadService extends Service
             }else{
                 if(strpos($filename, FileUploadService::string) !== false){
                     $filename = str_replace(FileUploadService::string,'',$filename);
-                    $delPath = self::string3 . 'old' . '/' . $filename;
+                    $delPath = self::string3 . 'old/upload_files/' . $filename;
                     list($status,$msg) = (new OssService())->deleteFile($delPath);
                 }
             }