Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Fix resources modified during merge
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Sep 14, 2016
1 parent 7e8d7eb commit 9d3b037
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/src/plugins/core.auth/AbstractAuthDriver.php
Expand Up @@ -361,10 +361,6 @@ public function listChildrenGroups($baseGroup = "/")
return ConfService::getConfStorageImpl()->getChildrenGroups($baseGroup);
}

public function getStats(){
return $this->getId();
}

/**
* @return string
*/
Expand Down

0 comments on commit 9d3b037

Please sign in to comment.