adding sequenceKeys() to magicsig

This commit is contained in:
James Walker 2010-02-26 16:50:00 -05:00
parent c82cee1876
commit 0ecf435dc5
1 changed files with 4 additions and 0 deletions

View File

@ -84,6 +84,10 @@ class Magicsig extends Memcached_DataObject
return array('user_id' => 'K');
}
function sequenceKeys() {
return array(false, false, false);
}
function insert()
{
$this->keypair = $this->toString();