rkljw 1 dienu atpakaļ
vecāks
revīzija
c76c63cdc4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app/Controller/PublicController.php

+ 1 - 1
app/Controller/PublicController.php

@@ -494,7 +494,7 @@ class PublicController extends AbstractController
             return Result::success(['fileUrl' => $downloadUrl]);
         } else {
             return Result::error('无法创建zip文件');
-        }"DownloadFile: Full directory path: $allDir");
+        }
         
         if (!is_dir($allDir)) {
             if (!mkdir($allDir, 0755, true)) {