summaryrefslogtreecommitdiff
path: root/classes/User_openid.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/User_openid.php')
-rw-r--r--classes/User_openid.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/User_openid.php b/classes/User_openid.php
index ad68f7402..7dc476dc4 100644
--- a/classes/User_openid.php
+++ b/classes/User_openid.php
@@ -17,7 +17,7 @@ class User_openid extends Memcached_DataObject
public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP
/* Static get */
- function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('User_openid',$k,$v); }
+ function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('User_openid',$k,$v); }
/* the code above is auto generated do not remove the tag below */
###END_AUTOCODE