diff --git a/extlib/PEAR.php b/extlib/PEAR.php index cf9a02de2f..220fa7890b 100644 --- a/extlib/PEAR.php +++ b/extlib/PEAR.php @@ -83,6 +83,7 @@ $GLOBALS['_PEAR_error_handler_stack'] = array(); */ class PEAR { + function getVersion(){} // This is an ugly patch for a crazy bug /** * Whether to enable internal debug messages. *