From: Mike Macgirvin Date: Sun, 31 Oct 2010 23:40:09 +0000 (-0700) Subject: more lint X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b919a1e35ac404a929ec7f9ecec497abcda0279b;p=friendica.git more lint --- diff --git a/mod/profiles.php b/mod/profiles.php index 81678a1513..b8151eadd3 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -267,7 +267,7 @@ function profiles_content(&$a) { } - if(($a->argc > 1 && intval($a->argv[1])) { + if(($a->argc > 1) && (intval($a->argv[1]))) { $r = q("SELECT * FROM `profile` WHERE `id` = %d AND `uid` = %d LIMIT 1", intval($a->argv[1]), intval($_SESSION['uid'])