projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcd2fe1
)
Add a todo.
author
Gunnar Wrobel
<p@rdus.de>
Wed, 25 Aug 2010 07:14:50 +0000
(09:14 +0200)
committer
Gunnar Wrobel
<p@rdus.de>
Wed, 25 Aug 2010 07:14:50 +0000
(09:14 +0200)
framework/Element/lib/Horde/Element/Module/PearPackageXml.php
patch
|
blob
|
history
diff --git
a/framework/Element/lib/Horde/Element/Module/PearPackageXml.php
b/framework/Element/lib/Horde/Element/Module/PearPackageXml.php
index
473e37b
..
4439527
100644
(file)
--- a/
framework/Element/lib/Horde/Element/Module/PearPackageXml.php
+++ b/
framework/Element/lib/Horde/Element/Module/PearPackageXml.php
@@
-105,6
+105,10
@@
implements Horde_Element_Module
if ($package instanceOf PEAR_Error) {
throw new Horde_Element_Exception($package->getMessage());
}
+ /**
+ * @todo: Looks like this throws away any <replace /> tags we have in
+ * the content list. Needs to be fixed.
+ */
$package->generateContents();
/**