One more style fix
This commit is contained in:
parent
1c61732193
commit
e0359b0b24
1 changed files with 1 additions and 1 deletions
|
@ -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'",
|
||||
|
|
Loading…
Reference in a new issue