aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-13 17:35:14 -0800
committerfriendica <info@friendica.com>2013-02-13 17:35:14 -0800
commit27aa8560ae3b93d7d9111a116a294cc3f2911801 (patch)
treeae5df27edd85194459309dfcb5d7ef791d82ae60 /mod
parent3fdbb8b4ce3c328a859afd215d123bf9c7b62a12 (diff)
downloadvolse-hubzilla-27aa8560ae3b93d7d9111a116a294cc3f2911801.tar.gz
volse-hubzilla-27aa8560ae3b93d7d9111a116a294cc3f2911801.tar.bz2
volse-hubzilla-27aa8560ae3b93d7d9111a116a294cc3f2911801.zip
catch all the changes
Diffstat (limited to 'mod')
-rw-r--r--mod/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/common.php b/mod/common.php
index 87dd9e63a..f7b854922 100644
--- a/mod/common.php
+++ b/mod/common.php
@@ -14,7 +14,7 @@ function common_init(&$a) {
$x = q("select channel_address from channel where channel_id = %d limit 1",
intval($channel_id)
- };
+ );
if($x)
profile_load($a,$x[0]['channel_address'],0);