"use static config::read() method"

This commit is contained in:
Ralf Becker 2008-03-22 12:34:53 +00:00
parent 443d4fd16a
commit 608e2ef249

View File

@ -144,8 +144,7 @@ final class notifications {
*
*/
public function __construct() {
$config = new config(self::_appname);
$this->config = (object) $config->read_repository();
$this->config = (object) config::read(self::_appname);
}
/**