aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-11 14:02:26 -0800
committerfriendica <info@friendica.com>2015-01-11 14:02:26 -0800
commit6599ae052b5efd43fced4b79ea00757406a3611e (patch)
treeec89b337120118ce5fea5cacc7141aeed4542060 /mod
parent152f250d2be990dc6b0ad4d64fa4b78eb55d3d0d (diff)
parentff01505b369484e89187e796080bad68c8beb8a0 (diff)
downloadvolse-hubzilla-6599ae052b5efd43fced4b79ea00757406a3611e.tar.gz
volse-hubzilla-6599ae052b5efd43fced4b79ea00757406a3611e.tar.bz2
volse-hubzilla-6599ae052b5efd43fced4b79ea00757406a3611e.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'mod')
-rw-r--r--mod/manage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/manage.php b/mod/manage.php
index b0de945bf..b6e10bf46 100644
--- a/mod/manage.php
+++ b/mod/manage.php
@@ -133,7 +133,7 @@ function manage_content(&$a) {
intval(get_account_id()),
intval(PAGE_REMOVED)
);
- $limit = service_class_fetch(local_user(),'total_identities');
+ $limit = account_service_class_fetch(get_account_id(),'total_identities');
if($limit !== false) {
$channel_usage_message = sprintf( t("You have created %1$.0f of %2$.0f allowed channels."), $r[0]['total'], $limit);
}