From: Andrew Dolgov Date: Thu, 18 Apr 2013 11:36:54 +0000 (+0400) Subject: fix auth_base referencing dbh which was not present X-Git-Tag: 1.7.9~25^2~142 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8cb5c64d6251718afd0f5ccb70f5040d9c3cb47a;p=tt-rss.git fix auth_base referencing dbh which was not present --- diff --git a/classes/auth/base.php b/classes/auth/base.php index 284ac1d3..83f99d10 100644 --- a/classes/auth/base.php +++ b/classes/auth/base.php @@ -1,5 +1,11 @@ dbh = Db::get(); + } + function check_password($owner_uid, $password) { return false; }