aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-02 23:37:52 -0800
committerfriendica <info@friendica.com>2013-01-02 23:37:52 -0800
commit1e7a5560f5a5887641d120e77f0f9993bf3b58b9 (patch)
tree0db0862d941c558e6c6f7993ea81cdad4910dc17 /mod/profile.php
parent4c196471b8c62bdee9ec1953fe55508602e6cb76 (diff)
downloadvolse-hubzilla-1e7a5560f5a5887641d120e77f0f9993bf3b58b9.tar.gz
volse-hubzilla-1e7a5560f5a5887641d120e77f0f9993bf3b58b9.tar.bz2
volse-hubzilla-1e7a5560f5a5887641d120e77f0f9993bf3b58b9.zip
missing )
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];