]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/web/class_WebDoFormCommand.php
Copyright year updated, converted double->single quotes
[core.git] / inc / classes / main / commands / web / class_WebDoFormCommand.php
index e5cf59db60c1b0a8d84f71a9c344fbbdfc398f31..1677a273ef4f109b2fec50f083d2f95a19838c65 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A command for the form processor
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2013 Core 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
@@ -57,8 +57,8 @@ class WebDoFormCommand extends BaseCommand implements Commandable {
         * @return      void
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
-               // Should never be executed...
-               $this->debugBackTrace();
+               // Should never be reached...
+               $this->debugBackTrace('This should never be reached.');
        }
 
        /**