Removed Deprecated funtion

This commit is contained in:
abraar
2010-12-22 14:24:10 +00:00
parent edc16514d1
commit 219264a984

View File

@@ -144,7 +144,7 @@ class Log
/* If the class exists, return a new instance of it. */
if (class_exists($class, false)) {
$obj = &new $class($name, $ident, $conf, $level);
$obj = new $class($name, $ident, $conf, $level);
return $obj;
}