From 27aa8560ae3b93d7d9111a116a294cc3f2911801 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 13 Feb 2013 17:35:14 -0800 Subject: catch all the changes --- mod/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/common.php') 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); -- cgit v1.2.3