aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-02-06 23:06:50 -0800
committerFriendika <info@friendika.com>2011-02-06 23:06:50 -0800
commit7dd56fa14c784a95695aece6dfe5cac145452ffe (patch)
tree9deb57b01e7381a2553c66bdba1e0bb82d6f56b2 /boot.php
parent118f1d7e0a517d5c2734c6c40d6e4c44c09d1cc5 (diff)
downloadvolse-hubzilla-7dd56fa14c784a95695aece6dfe5cac145452ffe.tar.gz
volse-hubzilla-7dd56fa14c784a95695aece6dfe5cac145452ffe.tar.bz2
volse-hubzilla-7dd56fa14c784a95695aece6dfe5cac145452ffe.zip
one less paren
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 87ea65b96..509fe2287 100644
--- a/boot.php
+++ b/boot.php
@@ -762,7 +762,7 @@ function login($register = false) {
$lostpass = t('Forgot your password?');
$lostlink = t('Password Reset');
- if(local_user())) {
+ if(local_user()) {
$tpl = load_view_file("view/logout.tpl");
}
else {