summaryrefslogtreecommitdiffstats
path: root/Auth
diff options
context:
space:
mode:
authorJosh Hoyt <josh@janrain.com>2006-09-07 00:03:26 +0000
committerJosh Hoyt <josh@janrain.com>2006-09-07 00:03:26 +0000
commit9e6de3a8f9e0dbf8babf74d392bbce013f200291 (patch)
tree1bf22fa87d670b50ce1c51f164da7a0821726430 /Auth
parent291da63d8dd482bea965707ae848328a5158a04e (diff)
downloadphp-openid-9e6de3a8f9e0dbf8babf74d392bbce013f200291.zip
php-openid-9e6de3a8f9e0dbf8babf74d392bbce013f200291.tar.gz
php-openid-9e6de3a8f9e0dbf8babf74d392bbce013f200291.tar.bz2
[project @ Fix import for KVForm.php in Message.php]
Diffstat (limited to 'Auth')
-rw-r--r--Auth/OpenID/Message.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/Message.php b/Auth/OpenID/Message.php
index 6342c64..5c212cb 100644
--- a/Auth/OpenID/Message.php
+++ b/Auth/OpenID/Message.php
@@ -7,7 +7,7 @@
// import urllib
require_once 'Auth/OpenID.php';
-require_once 'Auth/KVForm.php';
+require_once 'Auth/OpenID/KVForm.php';
require_once 'Services/Yadis/XML.php';
// This doesn't REALLY belong here, but where is better?