aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/profile.php')
-rw-r--r--mod/profile.php2
1 files changed, 1 insertions, 1 deletions
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];