]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/package/fragmenter/class_PackageFragmenter.php
Renamed chunkHash to eopHash to solve conflict betweeen call parameter name and local...
[hub.git] / application / hub / main / package / fragmenter / class_PackageFragmenter.php
index a2f721b4b5f09ca7322fae1d630e70f0ee13141d..ef6798126019981d1fb235ffff53687b265eee38 100644 (file)
@@ -315,10 +315,10 @@ class PackageFragmenter extends BaseFrameworkSystem implements Fragmentable, Reg
                        $chunkHash . self::CHUNK_SEPARATOR;
 
                // Also get a hash from it
-               $chunkHash = $this->generateHashFromRawData($rawData);
+               $eopHash = $this->generateHashFromRawData($rawData);
 
-               // Append it to the chunk's data and hash array
-               $this->chunkHashes[$finalHash][] = $chunkHash;
+               // Append it to the eop's data and hash array
+               $this->chunkHashes[$finalHash][] = $eopHash;
                $this->chunks[$finalHash][]      = $rawData;
        }