From f2b642ce822c480cfc418c38106cc18c3a428cf4 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 1 Nov 2009 23:25:30 -0500 Subject: insert profile flags more or less correctly --- plugins/UserFlag/Profile_flag.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/UserFlag/Profile_flag.php') 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, -- cgit v1.2.3-54-g00ecf