Skip to content

Commit

Permalink
MINOR Reverted r105528 (Group->CMSTreeClasses() was already defined)
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@105532 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
chillu committed May 25, 2010
1 parent c193d27 commit 290284d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions security/Group.php
Expand Up @@ -327,14 +327,6 @@ public function getTreeTitle() {
else return htmlspecialchars($this->Title, ENT_QUOTES); else return htmlspecialchars($this->Title, ENT_QUOTES);
} }


function CMSTreeClasses($controller) {
$classes = $this->class;

if(!$this->canEdit()) $classes .= " disabled";

return $classes;
}

/** /**
* Overloaded to ensure the code is always descent. * Overloaded to ensure the code is always descent.
*/ */
Expand Down

0 comments on commit 290284d

Please sign in to comment.