From b4b510c2b60d48e5e832c9725dd0f5a6e6ff448c Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 6 Apr 2015 01:07:14 +0200 Subject: [PATCH] Opps, typo ... Signed-off-by: Roland Haeder --- application/hub/main/dht/class_BaseDht.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/hub/main/dht/class_BaseDht.php b/application/hub/main/dht/class_BaseDht.php index e8e0f9ea1..5452bc00e 100644 --- a/application/hub/main/dht/class_BaseDht.php +++ b/application/hub/main/dht/class_BaseDht.php @@ -229,7 +229,7 @@ abstract class BaseDht extends BaseHubSystem implements Distributable { assert(is_array($entry)); // Assign multiple variables - $this->publishHelperInstance->getTemplateInstance()->assignMulipleVariables($entry); + $this->publishHelperInstance->getTemplateInstance()->assignMultipleVariables($entry); // "Publish" the descriptor by sending it to the bootstrap/list nodes $this->publishHelperInstance->sendPackage($this); -- 2.39.5