aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'start.php')
-rw-r--r--start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.php b/start.php
index f44206b3d..b54f53b84 100644
--- a/start.php
+++ b/start.php
@@ -157,7 +157,7 @@ function dokuwiki_init(){
}
function elggdokuwiki_url($entity) {
- return elgg_get_url_site() . "dokuwiki/".$entity->container_guid;
+ return elgg_get_site_url() . "dokuwiki/".$entity->container_guid;
}
?>