]> git.mxchange.org Git - core.git/blobdiff - inc/config/class_FrameworkConfiguration.php
All empty double-quoted strings replaced with single-quotes
[core.git] / inc / config / class_FrameworkConfiguration.php
index fafc68fd21c9f3aa07c20f88fc5e4546eece5d28..aa00607c0d3b91a242febd70c55f8a342fb34c56 100644 (file)
@@ -236,7 +236,7 @@ class FrameworkConfiguration implements Registerable {
         */
        public function detectScriptPath () {
                // Default is empty
-               $scriptPath = "";
+               $scriptPath = '';
 
                // Is the scriptname set?
                if (isset($_SERVER['SCRIPT_NAME'])) {