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