X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=application%2Fhub%2Fmain%2Ffilter%2Fbootstrap%2Fnode%2Fclass_NodeBootstrapGenerateSessionIdFilter.php;h=63a4ed98de041614325889cbc0798383706a3d37;hb=73aff29b9bc78031853b0b8c0fe0a8e04f66ac29;hp=d047ff377a90a4f7a6e18c4b42cb6d63999d86be;hpb=837aefc0292c2a37fedd8ce06d3b57b05a112a36;p=hub.git diff --git a/application/hub/main/filter/bootstrap/node/class_NodeBootstrapGenerateSessionIdFilter.php b/application/hub/main/filter/bootstrap/node/class_NodeBootstrapGenerateSessionIdFilter.php index d047ff377..63a4ed98d 100644 --- a/application/hub/main/filter/bootstrap/node/class_NodeBootstrapGenerateSessionIdFilter.php +++ b/application/hub/main/filter/bootstrap/node/class_NodeBootstrapGenerateSessionIdFilter.php @@ -2,11 +2,11 @@ /** * A GenerateSessionId filter for bootstrapping * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Node Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class NodeBootstrapGenerateSessionIdFilter extends BaseFilter implements Filterable { +class NodeBootstrapGenerateSessionIdFilter extends BaseNodeFilter implements Filterable { /** * Protected constructor * @@ -55,7 +55,7 @@ class NodeBootstrapGenerateSessionIdFilter extends BaseFilter implements Filtera */ public function execute (Requestable $requestInstance, Responseable $responseInstance) { // Get node instance - $nodeInstance = Registry::getRegistry()->getInstance('node'); + $nodeInstance = NodeObjectFactory::createNodeInstance(); /* * Generate the session id which will only be stored in RAM and kept for