mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Removed debug code from Member.php
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@60370 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
db1e79c3b1
commit
1077cbf08f
@ -542,7 +542,6 @@ class Member extends DataObject {
|
|||||||
parent::onAfterWrite();
|
parent::onAfterWrite();
|
||||||
|
|
||||||
if(isset($this->changed['Password']) && $this->changed['Password']) {
|
if(isset($this->changed['Password']) && $this->changed['Password']) {
|
||||||
$_REQUEST['showqueries'] = 1;
|
|
||||||
MemberPassword::log($this);
|
MemberPassword::log($this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user