* initialize pkginfo with an empty provides array

This commit is contained in:
Stig Bakken 2003-04-03 23:04:52 +00:00
parent 7461f1f45a
commit 165604818c

View File

@ -751,7 +751,7 @@ class PEAR_Common extends PEAR
xml_parser_set_option($xp, XML_OPTION_CASE_FOLDING, false);
$this->element_stack = array();
$this->pkginfo = array();
$this->pkginfo = array('provides' => array());
$this->current_element = false;
unset($this->dir_install);
$this->pkginfo['filelist'] = array();