This commit is contained in:
friendica 2013-09-09 13:46:14 -07:00
commit 9994ab2c5d

View File

@ -55,7 +55,7 @@ function manage_content(&$a) {
}
$r = q("select count(channel_id) as total from channel where channel_account_id = %d ",
intval($account)
intval(get_account_id())
);
$limit = service_class_fetch(local_user(),'total_identities');
if($limit !== false) {