Skip to content
Snippets Groups Projects
Commit e0359b0b authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

One more style fix

parent 1c617321
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@ class Config {
$content .= ";\n";
// Write the file
$result = @file_put_contents( $this->configFilename, $content);
$result = @file_put_contents($this->configFilename, $content);
if (!$result) {
throw new HintException(
"Can't write into config directory 'config'",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment