From 97ef1254c964fd1b19272e960cd233f45db470cd Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 6 Apr 2015 01:04:37 +0200 Subject: [PATCH] Renamed method. Signed-off-by: Roland Haeder --- application/hub/main/dht/class_BaseDht.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/hub/main/dht/class_BaseDht.php b/application/hub/main/dht/class_BaseDht.php index 8b011e284..e8e0f9ea1 100644 --- a/application/hub/main/dht/class_BaseDht.php +++ b/application/hub/main/dht/class_BaseDht.php @@ -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); -- 2.39.5