]> git.mxchange.org Git - hub.git/commitdiff
Naming thing fixed :(
authorRoland Häder <roland@mxchange.org>
Fri, 23 Mar 2012 21:10:06 +0000 (21:10 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 23 Mar 2012 21:10:06 +0000 (21:10 +0000)
application/hub/main/package/fragmenter/class_PackageFragmenter.php

index 09da5b728beb60055053cab35fa31ad76e4ba0e7..90cf81b00de8a9e320678be672597988010d711e 100644 (file)
@@ -374,7 +374,7 @@ class PackageFragmenter extends BaseFrameworkSystem implements Fragmentable, Reg
                $rawData = (
                        $rawDataHash . self::CHUNK_DATA_HASH_SEPARATOR .
                        $this->getNextHexSerialNumber() . self::CHUNK_DATA_HASH_SEPARATOR .
-                       $rawData . self::CHUNK_SEPARATOR
+                       $chunkData . self::CHUNK_SEPARATOR
                );
 
                // Make sure the chunk is not larger than a TCP package can hold