mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX Removed code that relied on deprecated functions in MemberTableField
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@93707 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
a12f9c987f
commit
4e9d2c3663
@ -68,10 +68,6 @@ class MemberTableField extends ComplexTableField {
|
|||||||
$this->group = DataObject::get_by_id('Group', $_REQUEST['ctf'][$this->Name()]["ID"]);
|
$this->group = DataObject::get_by_id('Group', $_REQUEST['ctf'][$this->Name()]["ID"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach(self::$addedFields as $key => $value) {
|
|
||||||
$fieldList[$key] = $value;
|
|
||||||
}
|
|
||||||
|
|
||||||
if(!$hidePassword) {
|
if(!$hidePassword) {
|
||||||
$fieldList["SetPassword"] = "Password";
|
$fieldList["SetPassword"] = "Password";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user