From 65fc81fd6815456ec1e6d29fd10ec933c36ac359 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 17 Apr 2012 22:34:24 +0200 Subject: [PATCH] MINOR Removed Group->CMSTreeClasses(), no longer shown as a tree --- security/Group.php | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/security/Group.php b/security/Group.php index 65e1c45a5..c870680ca 100755 --- a/security/Group.php +++ b/security/Group.php @@ -467,26 +467,5 @@ class Group extends DataObject { // Members are populated through Member->requireDefaultRecords() } - - /** - * @return String - */ - function CMSTreeClasses($controller) { - $classes = sprintf('class-%s', $this->class); - - if(!$this->canDelete()) - $classes .= " nodelete"; - - if($controller->isCurrentPage($this)) - $classes .= " current"; - - if(!$this->canEdit()) - $classes .= " disabled"; - - $classes .= $this->markingClasses(); - - return $classes; - } -} - +} \ No newline at end of file