aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/add.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/thewire/add.php')
-rw-r--r--mod/thewire/add.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/thewire/add.php b/mod/thewire/add.php
index 64afe1d7c..a63a10190 100644
--- a/mod/thewire/add.php
+++ b/mod/thewire/add.php
@@ -11,7 +11,7 @@
require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
// If we're not logged in, forward to the front page
- if (!isloggedin()) forward();
+ if (!elgg_is_logged_in()) forward();
// choose the required canvas layout and items to display
$area2 = elgg_view_title(elgg_echo('thewire:add'));