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