Add a todo.
authorGunnar Wrobel <p@rdus.de>
Wed, 25 Aug 2010 07:14:50 +0000 (09:14 +0200)
committerGunnar Wrobel <p@rdus.de>
Wed, 25 Aug 2010 07:14:50 +0000 (09:14 +0200)
framework/Element/lib/Horde/Element/Module/PearPackageXml.php

index 473e37b..4439527 100644 (file)
@@ -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();
 
         /**