missing )

This commit is contained in:
friendica 2013-01-02 23:37:52 -08:00
parent 4c196471b8
commit 1e7a5560f5

View File

@ -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];