From b7548710d4588b3a8aabc38a407ed5c4c3cb40a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 22 Apr 2012 20:53:23 +0000 Subject: [PATCH] Opps :( --- application/hub/main/handler/chunks/class_ChunkHandler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/hub/main/handler/chunks/class_ChunkHandler.php b/application/hub/main/handler/chunks/class_ChunkHandler.php index d70d8faa0..5de34ac11 100644 --- a/application/hub/main/handler/chunks/class_ChunkHandler.php +++ b/application/hub/main/handler/chunks/class_ChunkHandler.php @@ -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 -- 2.39.5