aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'start.php')
-rw-r--r--start.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/start.php b/start.php
index 4822a8c01..2c495844f 100644
--- a/start.php
+++ b/start.php
@@ -17,7 +17,7 @@ function dokuwiki_init(){
elgg_register_entity_type('object','dokuwiki');
elgg_register_plugin_hook_handler('entity:icon:url', 'object', 'elggdokuwiki_icon_hook');
- elgg_register_entity_url_handler('elggdokuwiki_url','object', 'dokuwiki');
+ elgg_register_entity_url_handler('object', 'dokuwiki', 'elggdokuwiki_url');
// add block link to
elgg_register_plugin_hook_handler('register', 'menu:owner_block', 'dokuwiki_owner_block_menu');
@@ -55,7 +55,7 @@ function dokuwiki_init(){
elgg_load_library('elgg:dokuwiki');
if ($page[0] === "all") {
- set_context("search");
+ elgg_set_context("search");
include(elgg_get_plugins_path().'dokuwiki/index.php');
return;
}