aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-09 13:46:14 -0700
committerfriendica <info@friendica.com>2013-09-09 13:46:14 -0700
commit9994ab2c5daa911f2751b81de28a285108e0ea96 (patch)
tree384421d6f44fe4d6709743eaf39ebbff5e23252f
parent75dfcf9c4f558de41798166329dd5b6e4bf35fd0 (diff)
parenta4d455c48bf7fd8a24aa395673c9bfc2d21d8a90 (diff)
downloadvolse-hubzilla-9994ab2c5daa911f2751b81de28a285108e0ea96.tar.gz
volse-hubzilla-9994ab2c5daa911f2751b81de28a285108e0ea96.tar.bz2
volse-hubzilla-9994ab2c5daa911f2751b81de28a285108e0ea96.zip
Merge https://github.com/friendica/red into zpull
-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) {