Is there anything else one needs to do to apply a patch other than placing a wurfl_patch.xml file in the same folder as wurfl.xml? For some reason I'm unable to get the patch to merge. Thanks

Comments

uptil4music’s picture

In 6.x-1.x you need to edit your wurfl-config.xml file to reflect the patch. Something like:

<wurfl-config>
    <wurfl>
        <main-file>wurfl.xml</main-file>
        <patches>
            <patch>web_browsers_patch.xml</patch>
        </patches>
    </wurfl>...

Don't really know about 2.x. If it's auto-detected, you probably need to flush the drupal cache to force the discovery. Hope that helps. :)