Removed whitespace.
This commit is contained in:
parent
a901d73dac
commit
a48706da4b
8 changed files with 23 additions and 23 deletions
|
@ -27,7 +27,7 @@ class Config
|
|||
/**
|
||||
* Instance of the Config object
|
||||
*
|
||||
* @static
|
||||
* @static
|
||||
* @access private
|
||||
* @var object
|
||||
*/
|
||||
|
@ -70,11 +70,11 @@ class Config
|
|||
{
|
||||
$this->data = parse_ini_file($filename, true);
|
||||
|
||||
return true;
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
Error::fatal('config.ini is either missing or unreadable');
|
||||
Error::fatal('config.ini is either missing or unreadable');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue