diff options
Diffstat (limited to 'classes/Consumer.php')
-rw-r--r-- | classes/Consumer.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/Consumer.php b/classes/Consumer.php index ce399f278..c1090b85a 100644 --- a/classes/Consumer.php +++ b/classes/Consumer.php @@ -65,5 +65,4 @@ class Consumer extends Memcached_DataObject $nonce->consumer_key = $this->consumer_key; $nonce->delete(); } - } |