Removed Deprecated funtion
This commit is contained in:
2
gulliver/thirdparty/pear/Log.php
vendored
2
gulliver/thirdparty/pear/Log.php
vendored
@@ -144,7 +144,7 @@ class Log
|
|||||||
|
|
||||||
/* If the class exists, return a new instance of it. */
|
/* If the class exists, return a new instance of it. */
|
||||||
if (class_exists($class, false)) {
|
if (class_exists($class, false)) {
|
||||||
$obj = &new $class($name, $ident, $conf, $level);
|
$obj = new $class($name, $ident, $conf, $level);
|
||||||
return $obj;
|
return $obj;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user