]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/filter/cruncher/class_CruncherInitializationFilter.php
Used exit() instead of die()
[hub.git] / application / hub / main / filter / cruncher / class_CruncherInitializationFilter.php
index 196c83ee69daa06fe1d4413a07af11c723bb36ce..0f3920e6d643100e44be9350a39a25f73141c2cb 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 - 2011 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -84,7 +84,7 @@ class CruncherInitializationFilter extends BaseFilter implements Filterable {
                        $cruncherInstance->addExtraFilters($applicationInstance->getControllerInstance(), $responseInstance);
                } catch (ClassNotFoundException $e) {
                        // This exception means, the cruncher mode is invalid.
-                       // @TODO Can we rewrite this to app_die() ?
+                       // @TODO Can we rewrite this to app_exit() ?
                        $this->debugBackTrace('[' . __METHOD__ . ':' . __LINE__ . ']:  cruncher mode ' . $cruncherMode . ' is invalid.');
                }