]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/UserFlag/Profile_flag.php
insert profile flags more or less correctly
[quix0rs-gnu-social.git] / plugins / UserFlag / Profile_flag.php
index 1a99f10617d61804cf9af49a79bce4f52f02fec2..812d11d5142173f3b08ce2f812f5bcee61bdc2c9 100644 (file)
@@ -39,6 +39,8 @@ class Profile_flag extends Memcached_DataObject
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
 
+    const DEFAULTFLAG = 'review'; // default flag
+
     function table() {
         return array(
                      'flag'      => DB_DATAOBJECT_STR,