Changeset 478

Show
Ignore:
Timestamp:
02/07/08 00:22:01 (11 months ago)
Author:
padams
Message:

added fix to php alternative error function to first instantiate the global error object and then log php errors as debug.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/base/classes/error.php

    r470 r478  
    401401                $err .= "</errorentry>\n\n"; 
    402402            
    403             $this->log($err, $priority); 
     403            $e = owa_coreAPI::errorSingleton(); 
     404            $e->debug($err); 
    404405                 
    405406                return;