Procházet zdrojové kódy

Merge pull request #28 from nk53/master

Fix typo
Xu Ding před 6 roky
rodič
revize
d98d5f2a4f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/Resumable.php

+ 1 - 1
src/Resumable.php

@@ -284,7 +284,7 @@ class Resumable
 
         natsort($chunkFiles);
 
-        $handle = $this->getExclusiveFileHandle9$destFile);
+        $handle = $this->getExclusiveFileHandle($destFile);
         if (!$handle) {
             return false;
         }