From: Friendika Date: Mon, 7 Feb 2011 07:06:50 +0000 (-0800) Subject: one less paren X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7dd56fa14c784a95695aece6dfe5cac145452ffe;p=friendica.git one less paren --- diff --git a/boot.php b/boot.php index 87ea65b96c..509fe22878 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 {