diff options
Diffstat (limited to 'mod/reportedcontent/start.php')
-rw-r--r-- | mod/reportedcontent/start.php | 2 |
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 |