Browse Source

Sorry Derick, generated the wrong patch

and we don't need to recreate an array ;)
migration/unlabaled-1.29.2
Pierre Joye 24 years ago
parent
commit
54d920dd3c
  1. 3
      pear/PEAR.php

3
pear/PEAR.php

@ -750,8 +750,7 @@ class PEAR_Error
is_object($this->callback[0]) &&
is_string($this->callback[1]) &&
strlen($this->callback[1])) {
@call_user_func($this->callback[0], $this->callback[1],
$this);
@call_user_func($this->callback, $this);
}
}
}

Loading…
Cancel
Save