aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-11 14:02:27 -0800
committerfriendica <info@friendica.com>2015-01-11 14:02:27 -0800
commitb018b39e6473b74599a9cefe1ed8bae923424ff4 (patch)
tree4c1bda793d1ec245e31af91d0c88c55978d23c85 /include/identity.php
parent4c31598555cfbe5623c3cfa73b41cded7a6981f5 (diff)
parent6599ae052b5efd43fced4b79ea00757406a3611e (diff)
downloadvolse-hubzilla-b018b39e6473b74599a9cefe1ed8bae923424ff4.tar.gz
volse-hubzilla-b018b39e6473b74599a9cefe1ed8bae923424ff4.tar.bz2
volse-hubzilla-b018b39e6473b74599a9cefe1ed8bae923424ff4.zip
Merge branch 'master' into trinidad
Diffstat (limited to 'include/identity.php')
-rw-r--r--include/identity.php2
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;
}