X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=classes%2FUser_location_prefs.php;h=bd6029f97cbc374aa09e6735223283ac310e2159;hb=11bd98025c1e41921359b634461772d22a1c059f;hp=52cb254badc46f7d7791a1683eebb71c494a2761;hpb=33786b2c4e172f9aebf03013c88685f417028bc0;p=quix0rs-gnu-social.git diff --git a/classes/User_location_prefs.php b/classes/User_location_prefs.php index 52cb254bad..bd6029f97c 100644 --- a/classes/User_location_prefs.php +++ b/classes/User_location_prefs.php @@ -45,4 +45,9 @@ class User_location_prefs extends Memcached_DataObject /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE + + function sequenceKey() + { + return array(false, false, false); + } }