]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/filter/bootstrap/class_HubBootstrapGenerateSessionIdFilter.php
Task handler added, a lot rewrites
[hub.git] / application / hub / main / filter / bootstrap / class_HubBootstrapGenerateSessionIdFilter.php
index 1dcaf870bfcbc937112d750d4c73dc4bd823b2b2..e8ae454ae02d1774bb3ff5349c9e4d09b9d423a5 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -57,12 +57,6 @@ class HubBootstrapGenerateSessionIdFilter extends BaseFilter implements Filterab
                // Get node instance
                $nodeInstance = Registry::getRegistry()->getInstance('node');
 
-               // Sanity-check on it
-               if (is_null($nodeInstance)) {
-                       // Throws a FilterChainException to stop further processing
-                       throw new FilterChainException($this, self::EXCEPTION_FILTER_CHAIN_INTERCEPTED);
-               } // END - if
-
                // ------------------- More generic bootstrap steps -------------------
                // Generate the session id which will only be stored in RAM and kept for
                // the whole "session".