One more style fix

remotes/origin/stable6
Michael Gapczynski 12 years ago
parent 1c61732193
commit e0359b0b24
  1. 2
      lib/config.php

@ -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…
Cancel
Save