diff options
Diffstat (limited to 'plugins/UserFlag/Profile_flag.php')
-rw-r--r-- | plugins/UserFlag/Profile_flag.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/UserFlag/Profile_flag.php b/plugins/UserFlag/Profile_flag.php index 1a99f1061..812d11d51 100644 --- a/plugins/UserFlag/Profile_flag.php +++ b/plugins/UserFlag/Profile_flag.php @@ -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, |