From 1e7a5560f5a5887641d120e77f0f9993bf3b58b9 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 2 Jan 2013 23:37:52 -0800 Subject: missing ) --- mod/profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/profile.php') diff --git a/mod/profile.php b/mod/profile.php index 91623b866..1865d69fc 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -30,7 +30,7 @@ function profile_aside(&$a) { $x = q("select uid as profile_uid from channel where address = '%s' limit 1", - dbesc(argv(1) + dbesc(argv(1)) ); if($x) { $a->profile = $x[0]; -- cgit v1.2.3