Skip to content

Commit 1656048

Browse files
committed
* initialize pkginfo with an empty provides array
1 parent 7461f1f commit 1656048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pear/PEAR/Common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ function infoFromString($data)
751751
xml_parser_set_option($xp, XML_OPTION_CASE_FOLDING, false);
752752

753753
$this->element_stack = array();
754-
$this->pkginfo = array();
754+
$this->pkginfo = array('provides' => array());
755755
$this->current_element = false;
756756
unset($this->dir_install);
757757
$this->pkginfo['filelist'] = array();

0 commit comments

Comments
 (0)