X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fclasses%2Fmain%2Fcommands%2Fclass_BaseCommand.php;h=9ec825aa5c793ffc7302d6c87628cabf63917788;hb=d5c745f986e1bd82e3bb00a9915a970586af7697;hp=7a7cc26c88ca3239d3c7264ef47bb8606e2bc239;hpb=c6d73b0e3246efc824cb98338d4be7ee5bc9f308;p=core.git diff --git a/inc/classes/main/commands/class_BaseCommand.php b/inc/classes/main/commands/class_BaseCommand.php index 7a7cc26c..9ec825aa 100644 --- a/inc/classes/main/commands/class_BaseCommand.php +++ b/inc/classes/main/commands/class_BaseCommand.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -25,7 +25,7 @@ class BaseCommand extends BaseFrameworkSystem { /** * The controller we need for this command */ - private $controllerName = ""; + private $controllerName = ''; /** * Protected constructor