All empty double-quoted strings replaced with single-quotes
[core.git] / inc / classes / main / commands / class_BaseCommand.php
index 902caacb606d25365a941482bb832cb3fb7f0b88..9b9238885cc7eebbedf348c3bdf2f776b0158040 100644 (file)
@@ -25,7 +25,7 @@ class BaseCommand extends BaseFrameworkSystem {
        /**
         * The controller we need for this command
         */
        /**
         * The controller we need for this command
         */
-       private $controllerName = "";
+       private $controllerName = '';
 
        /**
         * Protected constructor
 
        /**
         * Protected constructor