aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent/start.php
diff options
context:
space:
mode:
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-15 12:32:29 +0000
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-15 12:32:29 +0000
commitbe55e9428629a17b28e1c03b60640db2b556d49d (patch)
treec291650887c93236d7275eb04c3eef2c5cfcffa2 /mod/reportedcontent/start.php
parenta25b09af5f68978f2616f71d1ab821c5abafdc8a (diff)
downloadelgg-be55e9428629a17b28e1c03b60640db2b556d49d.tar.gz
elgg-be55e9428629a17b28e1c03b60640db2b556d49d.tar.bz2
reported content updated
git-svn-id: https://code.elgg.org/elgg/trunk@1934 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/reportedcontent/start.php')
-rw-r--r--mod/reportedcontent/start.php2
1 files changed, 2 insertions, 0 deletions
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