aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvogeley <christian.vogeley@hotmail.de>2013-09-09 13:04:20 -0700
committercvogeley <christian.vogeley@hotmail.de>2013-09-09 13:04:20 -0700
commita4d455c48bf7fd8a24aa395673c9bfc2d21d8a90 (patch)
treedfd489671d5aff01c394f21a0a9ac5f7c45110af
parent461999356226574920ef0ce7eb8cb47f78cc666a (diff)
parente92233e39e73e8a70b0b024641fd5214a288388b (diff)
downloadvolse-hubzilla-a4d455c48bf7fd8a24aa395673c9bfc2d21d8a90.tar.gz
volse-hubzilla-a4d455c48bf7fd8a24aa395673c9bfc2d21d8a90.tar.bz2
volse-hubzilla-a4d455c48bf7fd8a24aa395673c9bfc2d21d8a90.zip
Merge pull request #125 from cvogeley/master
usage message showed wrong number of channels
-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) {