diff options
author | friendica <info@friendica.com> | 2015-01-11 14:02:26 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-11 14:02:26 -0800 |
commit | 6599ae052b5efd43fced4b79ea00757406a3611e (patch) | |
tree | ec89b337120118ce5fea5cacc7141aeed4542060 /include/identity.php | |
parent | 152f250d2be990dc6b0ad4d64fa4b78eb55d3d0d (diff) | |
parent | ff01505b369484e89187e796080bad68c8beb8a0 (diff) | |
download | volse-hubzilla-6599ae052b5efd43fced4b79ea00757406a3611e.tar.gz volse-hubzilla-6599ae052b5efd43fced4b79ea00757406a3611e.tar.bz2 volse-hubzilla-6599ae052b5efd43fced4b79ea00757406a3611e.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'include/identity.php')
-rw-r--r-- | include/identity.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/identity.php b/include/identity.php index 17238ea99..2f400520f 100644 --- a/include/identity.php +++ b/include/identity.php @@ -34,7 +34,7 @@ function identity_check_service_class($account_id) { $ret['total_identities'] = intval($r[0]['total']); - if(! service_class_allows($account_id,'total_identities',$r[0]['total'])) { + if(! account_service_class_allows($account_id,'total_identities',$r[0]['total'])) { $result['message'] .= upgrade_message(); return $result; } |