summaryrefslogtreecommitdiff
path: root/plugins/UserFlag/Profile_flag.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-11-01 23:25:30 -0500
committerEvan Prodromou <evan@status.net>2009-11-01 23:25:30 -0500
commitf2b642ce822c480cfc418c38106cc18c3a428cf4 (patch)
tree9e9467e9e205bcd6d975367f83bab222820f0fd9 /plugins/UserFlag/Profile_flag.php
parent70e4580c3f2e8d400e53babe1f0aa8b9fb53aa52 (diff)
insert profile flags more or less correctly
Diffstat (limited to 'plugins/UserFlag/Profile_flag.php')
-rw-r--r--plugins/UserFlag/Profile_flag.php2
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,