Assembla home | Assembla project page
 

Ticket #51 (closed Bug: fixed)

Opened 1 year ago

Last modified 1 year ago

Must use Set

Reported by: aprice30 Assigned to:
Priority: normal Milestone: Version 0.4
Component: General Code Version: 0.3.1
Severity: normal Keywords:
Cc:

Description

When user profiles are turned on but no profile fields are created, when editing a member account it says you must use the "set" method.

The problem is coming from line 236 in the members.php controller inside the auth module.

Change History

11/10/08 21:06:10 changed by aprice30

  • status changed from new to closed.
  • resolution set to fixed.

(In [150]) Added a line to only update the user profile fields if there is something to update them with.

The problem was when no user profile fields existed an empty array was being passed to the db->update function which was causing the error message. Closes #51