missing )
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user