Ticket #348 (closed defect: fixed)

Opened 3 weeks ago

Last modified 3 weeks ago

Public Registrations and Public Invite conflict in /mod/invite/

Reported by: jossif Assigned to: nobody
Priority: normal Milestone: 0.9.2
Component: plugins Version: 0.9.1
Severity: normal Keywords: invite
Cc: Patch Included: 0
Review Stage: reviewed

Description

mod/invite/lib/invite_actions.php, line 20 should be changed to

if (logged_on ($CFG->publicinvite == true $CFG->publicreg == true )) {

... Otherwise if you have public invitations set to OFF, public registrations do not work.

Change History

04/26/08 00:11:34 changed by jossif

php::

if (logged_on ($CFG->publicinvite == true $CFG->publicreg == true )) {

(note that OR operator is not showing on the wiki)

04/26/08 00:13:19 changed by jossif

This would also apply to /mod/regext/invite_actions.php

04/29/08 15:13:43 changed by misja

  • status changed from new to closed.
  • resolution set to fixed.
  • review_stage changed from unreviewed to reviewed.

fixed in r1586

04/29/08 15:14:01 changed by misja

  • milestone changed from 0.9.1 to 0.9.2.