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