From d1f12039e6ddd29dd18bb9132673e6ff6668e5f0 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 9 Feb 2009 15:13:03 +0000 Subject: Refs #492: Export and delete links next to entity git-svn-id: https://code.elgg.org/elgg/trunk@2688 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/guidtool/start.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mod/guidtool/start.php') diff --git a/mod/guidtool/start.php b/mod/guidtool/start.php index 5af18b904..0a416320b 100644 --- a/mod/guidtool/start.php +++ b/mod/guidtool/start.php @@ -27,6 +27,10 @@ // Register a page handler, so we can have nice URLs register_page_handler('guidtool','guidtool_page_handler'); + + // Register some actions + register_action("guidtool/delete",false, $CONFIG->pluginspath . "guidtool/actions/delete.php", true); + } /** -- cgit v1.2.3