From b155f2260f56c0f72058d7f9190c8d221f463e80 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 16 Dec 2015 14:47:30 -0800 Subject: some notifier optimisations. Also put a fixme on the invite total generations for new accounts, which is incorrect and now commented out. --- mod/register.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mod/register.php') diff --git a/mod/register.php b/mod/register.php index 70bdcf350..2e9967c60 100644 --- a/mod/register.php +++ b/mod/register.php @@ -103,7 +103,9 @@ function register_post(&$a) { if($using_invites && $invite_code) { q("delete * from register where hash = '%s'", dbesc($invite_code)); - set_pconfig($result['account']['account_id'],'system','invites_remaining',$num_invites); +// @FIXME - this total needs to be stored by account, but pconfig operates on channels +// This also needs to be considered when using 'invites_remaining' in mod/invite.php +// set_pconfig($result['account']['account_id'],'system','invites_remaining',$num_invites); } if($policy == REGISTER_OPEN ) { -- cgit v1.2.3