[CS-Project-svn_notify] SF.net SVN: cs-project:[993] trunk/1.2/lib/mainRecordClass.php
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-10-26 01:30:03
|
Revision: 993 http://cs-project.svn.sourceforge.net/cs-project/?rev=993&view=rev Author: crazedsanity Date: 2009-10-26 01:29:53 +0000 (Mon, 26 Oct 2009) Log Message: ----------- Fix a broken call to log information. Modified Paths: -------------- trunk/1.2/lib/mainRecordClass.php Modified: trunk/1.2/lib/mainRecordClass.php =================================================================== --- trunk/1.2/lib/mainRecordClass.php 2009-10-25 18:37:02 UTC (rev 992) +++ trunk/1.2/lib/mainRecordClass.php 2009-10-26 01:29:53 UTC (rev 993) @@ -375,7 +375,7 @@ debug_print($sqlArr); debug_print($definitionArr); $details = __METHOD__ .": no data left for (". $type .")!"; - $this->log_by_class($details, 'error'); + $this->logsObj->log_by_class($details, 'error'); throw new exception($details); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |