sminnee: Renamed Yadis' XML.php to not conflict with integration/XML.php

(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@41840 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-15 00:28:38 +00:00
parent fedd019322
commit 00cb1546db
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
/**
* Require the XPath implementation.
*/
require_once 'Auth/Yadis/XML.php';
require_once 'Auth/Yadis/Auth_Yadis_XMLParser.php';
/**
* This match mode means a given service must match ALL filters passed
@ -445,4 +445,4 @@ class Auth_Yadis_XRDS {
}
}
?>
?>