logo       
Google Custom Search
    AddThis Social Bookmark Button

cvs: pear-core /PEAR/Command Test.php: msg#00089

Subject: cvs: pear-core /PEAR/Command Test.php
cellog          Fri Apr 15 00:40:17 2005 EDT

  Modified files:              
    /pear-core/PEAR/Command     Test.php 
  Log:
  fix Bug #4097: Wrong logging in PEAR_Command_Test
  
http://cvs.php.net/diff.php/pear-core/PEAR/Command/Test.php?r1=1.2&r2=1.3&ty=u
Index: pear-core/PEAR/Command/Test.php
diff -u pear-core/PEAR/Command/Test.php:1.2 pear-core/PEAR/Command/Test.php:1.3
--- pear-core/PEAR/Command/Test.php:1.2 Wed Apr 13 00:31:57 2005
+++ pear-core/PEAR/Command/Test.php     Fri Apr 15 00:40:17 2005
@@ -17,7 +17,7 @@
  * @author     Greg Beaver <cellog@xxxxxxx>
  * @copyright  1997-2005 The PHP Group
  * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
- * @version    CVS: $Id: Test.php,v 1.2 2005/04/13 04:31:57 cellog Exp $
+ * @version    CVS: $Id: Test.php,v 1.3 2005/04/15 04:40:17 cellog Exp $
  * @link       http://pear.php.net/package/PEAR
  * @since      File available since Release 0.1
  */
@@ -192,7 +192,7 @@
             $result = $run->run($t, $ini_settings);
             PEAR::staticPopErrorHandling();
             if (PEAR::isError($result)) {
-                $this->log(0, $result->getMessage());
+                $this->ui->log(0, $result->getMessage());
                 continue;
             }
             if (OS_WINDOWS) {




Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>