aboutsummaryrefslogtreecommitdiffstats
path: root/mod/manage.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/manage.php')
-rw-r--r--mod/manage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/manage.php b/mod/manage.php
index fad359535..27e45aa47 100644
--- a/mod/manage.php
+++ b/mod/manage.php
@@ -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) {