summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Auth/OpenID/Server.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/Server.php b/Auth/OpenID/Server.php
index 24462c6..e6a367b 100644
--- a/Auth/OpenID/Server.php
+++ b/Auth/OpenID/Server.php
@@ -342,7 +342,7 @@ class Auth_OpenID_Server {
$assoc = $this->createAssociation($assoc_type);
if (!isset($assoc)) {
$fmt = 'unable to create an association for type %s';
- return self.postError(sprinft($fmt, $assoc_type));
+ return $this->postError(sprinft($fmt, $assoc_type));
}
$this->store->storeAssociation($this->_normal_key, $assoc);