diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-09 15:13:03 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-09 15:13:03 +0000 |
commit | d1f12039e6ddd29dd18bb9132673e6ff6668e5f0 (patch) | |
tree | a7bb5f81b96cc14cff709645af5860881d55fea5 /mod/guidtool/start.php | |
parent | e71557a73340f21fc43f5a80f7baabecca43289a (diff) | |
download | elgg-d1f12039e6ddd29dd18bb9132673e6ff6668e5f0.tar.gz elgg-d1f12039e6ddd29dd18bb9132673e6ff6668e5f0.tar.bz2 |
Refs #492: Export and delete links next to entity
git-svn-id: https://code.elgg.org/elgg/trunk@2688 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/guidtool/start.php')
-rw-r--r-- | mod/guidtool/start.php | 4 |
1 files changed, 4 insertions, 0 deletions
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); + } /** |