From 27060aa8d0f1782ebe7595d1c02fdca0a5dd6725 Mon Sep 17 00:00:00 2001 From: Dave Tosh Date: Wed, 7 Apr 2010 09:12:36 +0000 Subject: delete wired up on videolist - still need to add edit --- start.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'start.php') diff --git a/start.php b/start.php index b57f66d37..84a624932 100644 --- a/start.php +++ b/start.php @@ -200,5 +200,6 @@ register_elgg_event_handler('annotate','all','videolist_object_notifications'); global $CONFIG; register_action("videolist/add", false, $CONFIG->pluginspath . "videolist/actions/add.php"); +register_action("videolist/edit", false, $CONFIG->pluginspath . "videolist/actions/edit.php"); register_action("videolist/tubesearch", false, $CONFIG->pluginspath . "videolist/actions/tubesearch.php"); -register_action("videolist/remove", false, $CONFIG->pluginspath . "videolist/actions/delete.php"); \ No newline at end of file +register_action("videolist/delete", false, $CONFIG->pluginspath . "videolist/actions/delete.php"); \ No newline at end of file -- cgit v1.2.3