]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/filter/shutdown/class_HubShutdownDeinitQueuesFilter.php
Task handler added, a lot rewrites
[hub.git] / application / hub / main / filter / shutdown / class_HubShutdownDeinitQueuesFilter.php
index 299cc7c838a0d8a7a31a901bfd30bc3e4ab5ebce..aba685df3ad48393616540938ef6d4c8423ff9fa 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
  *
@@ -58,12 +58,6 @@ class HubShutdownDeinitQueuesFilter extends BaseFilter implements Filterable {
                // 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
-
                // Get query instance
                $queryInstance = $nodeInstance->getQueryInstance();