diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config.php b/lib/config.php index 65f9fdc06ba..266d559126c 100644 --- a/lib/config.php +++ b/lib/config.php @@ -157,7 +157,7 @@ class OC_Config{ // Create a php file ... $content = "<?php\n\$CONFIG = "; $content .= var_export(self::$cache, true); - $content .= ";\n?>\n"; + $content .= ";\n"; $filename = OC::$SERVERROOT."/config/config.php"; // Write the file |