Removed whitespace.

This commit is contained in:
Josh Sherman 2010-05-15 22:51:17 -04:00
parent a901d73dac
commit a48706da4b
8 changed files with 23 additions and 23 deletions

View file

@ -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');
}
}