From df10d0afcac1523d3ea93588718a7b2bf024a5ba Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 17 Mar 2014 20:56:53 +0100 Subject: [PATCH] Fixed array element usage Signed-off-by: Roland Haeder --- .../exceptions/dht/class_NoDhtBootstrapAttemptedException.php | 2 +- core | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/hub/exceptions/dht/class_NoDhtBootstrapAttemptedException.php b/application/hub/exceptions/dht/class_NoDhtBootstrapAttemptedException.php index 0f20c6e33..3d73caf91 100644 --- a/application/hub/exceptions/dht/class_NoDhtBootstrapAttemptedException.php +++ b/application/hub/exceptions/dht/class_NoDhtBootstrapAttemptedException.php @@ -37,7 +37,7 @@ class NoDhtBootstrapAttemptedException extends FrameworkException { $this->getLine(), $messageArray[1]->__toString(), $messageArray[2][XmlDhtBootstrapAnswerTemplateEngine::DHT_BOOTSTRAP_DATA_SESSION_ID], - $messageArray[2][XmlDhtBootstrapAnswerTemplateEngine::DHT_BOOTSTRAP_DATA_NODE_STATUS] + $messageArray[2][BaseXmlAnswerTemplateEngine::ANSWER_STATUS] ); // Call parent exception constructor diff --git a/core b/core index 882c6e83b..1ccbc488f 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 882c6e83b89e5c168812498025b9c48857edb952 +Subproject commit 1ccbc488f607a0b1f42a4edd5cf5823b7294f337 -- 2.39.5