aboutsummaryrefslogtreecommitdiffstats
path: root/mod/manage.php
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2015-01-12 09:01:51 +1100
committerRedMatrix <info@friendica.com>2015-01-12 09:01:51 +1100
commitff01505b369484e89187e796080bad68c8beb8a0 (patch)
treeba54942533c164e25e64fa61f1c43867270ffe03 /mod/manage.php
parent10102ac2ac4d5b02012a9794e23656717ab05556 (diff)
parent1e6fd907950d7834007b7d06dc6b6bd82347fa5b (diff)
downloadvolse-hubzilla-ff01505b369484e89187e796080bad68c8beb8a0.tar.gz
volse-hubzilla-ff01505b369484e89187e796080bad68c8beb8a0.tar.bz2
volse-hubzilla-ff01505b369484e89187e796080bad68c8beb8a0.zip
Merge pull request #840 from cvogeley/master
Fix for #Issue763
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 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);
}