Static -> static

This commit is contained in:
Evan Prodromou 2011-08-27 17:42:31 -04:00
parent abdae45679
commit 2522f888c7
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class User_openid extends Memcached_DataObject
return array(false, false, false);
}
Static function hasOpenID($user_id)
static function hasOpenID($user_id)
{
$oid = new User_openid();