Skip to content

Commit

Permalink
ESTRICT compatibility fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brockhaus committed Jun 13, 2012
1 parent d6c4f8a commit f951f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundled-libs/PEAR.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ function registerShutdownFunc($func, $args = array())
* @access public
* @return bool true if parameter is an error
*/
function isError($data, $code = null)
static function isError($data, $code = null)
{
if (is_a($data, 'PEAR_Error')) {
if (is_null($code)) {
Expand Down

0 comments on commit f951f44

Please sign in to comment.