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