aboutsummaryrefslogtreecommitdiffstats
path: root/mod/manage.php
diff options
context:
space:
mode:
authorChristian Vogeley <christian.vogeley@hotmail.de>2013-09-09 22:00:39 +0200
committerChristian Vogeley <christian.vogeley@hotmail.de>2013-09-09 22:00:39 +0200
commite92233e39e73e8a70b0b024641fd5214a288388b (patch)
tree881ac822f64910d92b9e1e544469af44ea7ff5b9 /mod/manage.php
parentb4a2361efc7bc4b49f5195a2c14573a41c55f300 (diff)
downloadvolse-hubzilla-e92233e39e73e8a70b0b024641fd5214a288388b.tar.gz
volse-hubzilla-e92233e39e73e8a70b0b024641fd5214a288388b.tar.bz2
volse-hubzilla-e92233e39e73e8a70b0b024641fd5214a288388b.zip
usage message showed wrong number of channels
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) {