From: Roland Häder Date: Sun, 22 Apr 2012 20:17:29 +0000 (+0000) Subject: Fixed all getSelfInstance X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=18040596772b5a173669944dc04d88e6093acd3a;p=hub.git Fixed all getSelfInstance --- diff --git a/application/hub/exceptions/package/class_FinalChunkVerificationException.php b/application/hub/exceptions/package/class_FinalChunkVerificationException.php index 51beaf6b3..1bc7d6c31 100644 --- a/application/hub/exceptions/package/class_FinalChunkVerificationException.php +++ b/application/hub/exceptions/package/class_FinalChunkVerificationException.php @@ -35,7 +35,7 @@ class FinalChunkVerificationException extends FrameworkException { $message = sprintf("[%s:%d] The final chunk %s is not a valid EOP (%s) chunk. Total chunks: %s", $messageArray[0]->__toString(), $this->getLine(), - $messageArray[1][count($messageArray[2]) - 1], + $messageArray[1][count($messageArray[1]) - 1], PackageFragmenter::END_OF_PACKAGE_IDENTIFIER, count($messageArray[1]) );