Changeset 245 for trunk/Phergie/Plugin/Abstract/Base.php
- Timestamp:
- 04/15/08 01:14:57 (7 months ago)
- Files:
-
- trunk/Phergie/Plugin/Abstract/Base.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Phergie/Plugin/Abstract/Base.php
r232 r245 124 124 } 125 125 126 return call_user_func_array(array($this, 'onPhpError'), array($errno, $errstr, $errfile, $errline));126 return $this->onPhpError($errno, $errstr, $errfile, $errline); 127 127 } 128 128