Moved functions from OSB and lnAuth
This commit is contained in:
@@ -49,7 +49,7 @@ abstract class lnApp_Controller_User_Account extends Controller_Account {
|
||||
|
||||
// Run validation and save
|
||||
elseif ($this->ao->changed())
|
||||
if ($this->ao->save()) {
|
||||
if ($this->save($this->ao)) {
|
||||
SystemMessage::factory()
|
||||
->title('Record updated')
|
||||
->type('success')
|
||||
|
Reference in New Issue
Block a user