mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR Removed deprecated method addmember() from CMSMain - this should be contained on SecurityAdmin instead
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@64396 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
1acd10f35a
commit
901b285ce6
@ -651,10 +651,6 @@ HTML;
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function addmember() {
|
|
||||||
SecurityAdmin::addmember($this->stat('subitem_class'));
|
|
||||||
}
|
|
||||||
|
|
||||||
function tasklist() {
|
function tasklist() {
|
||||||
$tasks = DataObject::get("Page", "AssignedToID = " . Member::currentUserID(), "Created DESC");
|
$tasks = DataObject::get("Page", "AssignedToID = " . Member::currentUserID(), "Created DESC");
|
||||||
if($tasks) {
|
if($tasks) {
|
||||||
|
Loading…
Reference in New Issue
Block a user