summaryrefslogtreecommitdiff
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 233b915..dc7028e 100644
--- a/start.php
+++ b/start.php
@@ -7,7 +7,7 @@ function n1_theme_init() {
elgg_register_menu_item('topbar', array(
'name' => 'elgg_logo',
'text' => elgg_get_site_entity()->name,
- 'href' => elgg_get_site_url,
+ 'href' => elgg_get_site_url(),
'priority' => 0,
));