Used DIRECTORY_SEPARATOR instead of '/' in GitInfo.php
[lhc/web/wiklou.git] / includes / config / GlobalConfig.php
index 1b1cd89..e16a9ee 100644 (file)
@@ -39,6 +39,7 @@ class GlobalConfig extends Config {
         */
        public function set( $name, $value, $prefix = 'wg' ) {
                $GLOBALS[$prefix . $name] = $value;
+
                return Status::newGood();
        }
 }