diff options
author | friendica <info@friendica.com> | 2013-09-09 13:46:14 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-09 13:46:14 -0700 |
commit | 9994ab2c5daa911f2751b81de28a285108e0ea96 (patch) | |
tree | 384421d6f44fe4d6709743eaf39ebbff5e23252f | |
parent | 75dfcf9c4f558de41798166329dd5b6e4bf35fd0 (diff) | |
parent | a4d455c48bf7fd8a24aa395673c9bfc2d21d8a90 (diff) | |
download | volse-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.php | 2 |
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) { |