[piwi] r566 committed - Fixed deprecated code.

1 view
Skip to first unread message

pi...@googlecode.com

unread,
Oct 11, 2010, 1:37:07 PM10/11/10
to piwi...@googlegroups.com
Revision: 566
Author: danielpalme82
Date: Mon Oct 11 10:36:36 2010
Log: Fixed deprecated code.
http://code.google.com/p/piwi/source/detail?r=566

Modified:
/framework/trunk/third-party/spikephpcoverage-0.8.2/src/util/Utility.php

=======================================
---
/framework/trunk/third-party/spikephpcoverage-0.8.2/src/util/Utility.php
Tue Feb 3 03:19:31 2009
+++
/framework/trunk/third-party/spikephpcoverage-0.8.2/src/util/Utility.php
Mon Oct 11 10:36:36 2010
@@ -211,7 +211,7 @@
public function getLogger($package=false) {
global $spc_config;
if(!isset($this->logger) || $this->logger == NULL) {
- $this->logger =& new CoverageLogger();
+ $this->logger = new CoverageLogger();
$this->logger->setLevel($spc_config["log_level"]);
}
return $this->logger;

Reply all
Reply to author
Forward
0 new messages