]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/filter/class_
Task handler added, a lot rewrites
[hub.git] / application / hub / main / filter / class_
index 382b6859d75ad5d628d89c17d30980bfc4da8446..f432f10795e97c99d29a1c1c9e8ba52415123218 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 Hub!!!???Filter 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
-
                // Now do something
                $this->partialStub('Please implement this step.');
        }