aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
diff options
context:
space:
mode:
authorChristian Vogeley <christian.vogeley@hotmail.de>2015-01-11 16:12:36 +0100
committerChristian Vogeley <christian.vogeley@hotmail.de>2015-01-11 16:12:36 +0100
commit43f143a211c75138d09ceb89acc48ea7d5c31ca9 (patch)
treed2ad3711e3ad31a694973be736e3a7e705a4634e /include/identity.php
parent4a0150026b5b503b64471673c8621c857a38df57 (diff)
downloadvolse-hubzilla-43f143a211c75138d09ceb89acc48ea7d5c31ca9.tar.gz
volse-hubzilla-43f143a211c75138d09ceb89acc48ea7d5c31ca9.tar.bz2
volse-hubzilla-43f143a211c75138d09ceb89acc48ea7d5c31ca9.zip
Fix for issue #763 Error creating new channel within the limits of the
subscription plan
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 7ae8e48f6..1b761d768 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;
}