]> git.mxchange.org Git - hub.git/commitdiff
Opps :(
authorRoland Häder <roland@mxchange.org>
Sun, 22 Apr 2012 20:53:23 +0000 (20:53 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 22 Apr 2012 20:53:23 +0000 (20:53 +0000)
application/hub/main/handler/chunks/class_ChunkHandler.php

index d70d8faa071a1dab8da0c8608ac6b6f78fc067a0..5de34ac11f5f1607f04f6993b08dd00c1c469e3a 100644 (file)
@@ -34,8 +34,8 @@ class ChunkHandler extends BaseHandler implements HandleableChunks, Registerable
         * 2 = Raw data
         */
        const CHUNK_SPLITS_INDEX_HASH     = 0;
-       const CHUNK_SPLITS_INDEX_SERIAL   = 0;
-       const CHUNK_SPLITS_INDEX_RAW_DATA = 0;
+       const CHUNK_SPLITS_INDEX_SERIAL   = 1;
+       const CHUNK_SPLITS_INDEX_RAW_DATA = 2;
 
        /**
         * The final array for assembling the original package back together