From: Roland Haeder Date: Sun, 5 Apr 2015 23:07:14 +0000 (+0200) Subject: Opps, typo ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b4b510c2b60d48e5e832c9725dd0f5a6e6ff448c;p=hub.git Opps, typo ... Signed-off-by: Roland Haeder --- 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);