summaryrefslogtreecommitdiff
path: root/src/models/Auth.class.php
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-10-09 15:46:38 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-10-09 15:46:38 -0400
commit4d2de268b75f08e6fa774063a277c2c50f603ef7 (patch)
tree8384dd7fce75b9ba7e31181c93da16923cb59235 /src/models/Auth.class.php
parent93b1163cba7edf1a0a7e7ae787e06434de119dad (diff)
parent2e769649abf4f9b3712287e24eb42c5a93a8035e (diff)
Merge branch 'anon-userlist'
Diffstat (limited to 'src/models/Auth.class.php')
-rw-r--r--src/models/Auth.class.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/models/Auth.class.php b/src/models/Auth.class.php
index b51aef9..031ee26 100644
--- a/src/models/Auth.class.php
+++ b/src/models/Auth.class.php
@@ -113,7 +113,6 @@ class Auth {
// [user|group]name ////////////////////////////////////////////////////
public function getName() {
- if (!$this->canRead()) return false;
return $this->db->getUsername($this->uid);
}
public function setName($new_name) {