summaryrefslogtreecommitdiff
path: root/classes/auth
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-17 18:27:41 +0400
committerAndrew Dolgov <[email protected]>2013-04-17 18:27:41 +0400
commita0ed0d38d467a7ceb5e576e8b363b5ee1af05ab1 (patch)
tree554402fc9878da512b2535c6a40155115b969364 /classes/auth
parent57bac1bea99cdac24305c53272a48821e52a7c2e (diff)
auth_remote: fix typo
Diffstat (limited to 'classes/auth')
-rw-r--r--classes/auth/base.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/classes/auth/base.php b/classes/auth/base.php
index c2a6bd704..102a19778 100644
--- a/classes/auth/base.php
+++ b/classes/auth/base.php
@@ -1,11 +1,5 @@
<?php
class Auth_Base {
- protected $dbh;
-
- function __construct($dbh) {
- $this->dbh = $dbh;
- }
-
function check_password($owner_uid, $password) {
return false;
}