From be55e9428629a17b28e1c03b60640db2b556d49d Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 15 Aug 2008 12:32:29 +0000 Subject: reported content updated git-svn-id: https://code.elgg.org/elgg/trunk@1934 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/reportedcontent/actions/add.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/reportedcontent/actions/add.php') diff --git a/mod/reportedcontent/actions/add.php b/mod/reportedcontent/actions/add.php index bfb5fcfb3..c37cae466 100644 --- a/mod/reportedcontent/actions/add.php +++ b/mod/reportedcontent/actions/add.php @@ -27,6 +27,7 @@ if ($entity->save()) { system_message(elgg_echo('reportedcontent:success')); + $entity->state = "active"; forward($address); } else { register_error(elgg_echo('reportedcontent:failed')); -- cgit v1.2.3