aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorDave Tosh <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-04-07 09:12:36 +0000
committerDave Tosh <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-04-07 09:12:36 +0000
commit27060aa8d0f1782ebe7595d1c02fdca0a5dd6725 (patch)
treefeb1e07eb0b6cb667a59519990d08a216aa7883a /start.php
parent1b812b80069ee62c112488e7b5d883ea263e0ce4 (diff)
downloadelgg-27060aa8d0f1782ebe7595d1c02fdca0a5dd6725.tar.gz
elgg-27060aa8d0f1782ebe7595d1c02fdca0a5dd6725.tar.bz2
delete wired up on videolist - still need to add edit
Diffstat (limited to 'start.php')
-rw-r--r--start.php3
1 files changed, 2 insertions, 1 deletions
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