]> git.mxchange.org Git - hub.git/commitdiff
Opps, typo ...
authorRoland Haeder <roland@mxchange.org>
Sun, 5 Apr 2015 23:07:14 +0000 (01:07 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 5 Apr 2015 23:07:14 +0000 (01:07 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/dht/class_BaseDht.php

index e8e0f9ea1f1b24763a72dea04bd134e2e3eb51c1..5452bc00e0ad529cbdc5de1d378ee96370b81e9a 100644 (file)
@@ -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);