]> git.mxchange.org Git - friendica.git/commitdiff
one less paren
authorFriendika <info@friendika.com>
Mon, 7 Feb 2011 07:06:50 +0000 (23:06 -0800)
committerFriendika <info@friendika.com>
Mon, 7 Feb 2011 07:06:50 +0000 (23:06 -0800)
boot.php

index 87ea65b96cc0085268348ceff60e75c371c8d38b..509fe2287837f1f82b3d178e2e606f0d023b7538 100644 (file)
--- 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 {