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

index 8b011e284d4b2c66b06c92a05a922c19900976c1..e8e0f9ea1f1b24763a72dea04bd134e2e3eb51c1 100644 (file)
@@ -228,8 +228,8 @@ abstract class BaseDht extends BaseHubSystem implements Distributable {
                // Some sanity-checks again
                assert(is_array($entry));
 
-               // Inject variables
-               $this->publishHelperInstance->getTemplateInstance()->injectConfigVariables($entry);
+               // Assign multiple variables
+               $this->publishHelperInstance->getTemplateInstance()->assignMulipleVariables($entry);
 
                // "Publish" the descriptor by sending it to the bootstrap/list nodes
                $this->publishHelperInstance->sendPackage($this);