Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 442161f331d15f2979d0eab098eb1828 > files > 1

php-pear-XML_XPath-1.2.4-16.mga9.src.rpm

diff -Naur --exclude '*~' XML_XPath-1.2.4/XPath.php XML_XPath-1.2.4-fix-path/XPath.php
--- XML_XPath-1.2.4/XPath.php	2007-08-04 22:29:23.000000000 +0200
+++ XML_XPath-1.2.4-fix-path/XPath.php	2009-03-15 12:29:35.000000000 +0100
@@ -54,9 +54,9 @@
 // {{{ includes
 
 require_once 'PEAR.php';
-require_once 'XPath/common.php';
-require_once 'XPath/result.php';
-require_once 'XPath/error.php';
+require_once 'XML/XPath/common.php';
+require_once 'XML/XPath/result.php';
+require_once 'XML/XPath/error.php';
 
 // }}}