forked from GNUsocial/gnu-social
adding sequenceKeys() to magicsig
This commit is contained in:
parent
c82cee1876
commit
0ecf435dc5
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user