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/start.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod/reportedcontent/start.php') diff --git a/mod/reportedcontent/start.php b/mod/reportedcontent/start.php index e8c9614cd..aaee94ce0 100644 --- a/mod/reportedcontent/start.php +++ b/mod/reportedcontent/start.php @@ -62,5 +62,7 @@ //register action register_action('reportedcontent/add',false,$CONFIG->pluginspath . "reportedcontent/actions/add.php"); + register_action('reportedcontent/delete',false,$CONFIG->pluginspath . "reportedcontent/actions/delete.php"); + register_action('reportedcontent/archive',false,$CONFIG->pluginspath . "reportedcontent/actions/archive.php"); ?> \ No newline at end of file -- cgit v1.2.3