X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=classes%2Fhandler.php;h=5b11094929711f3466107efd70b56cf57b9cf38f;hb=81fc862e370a1dfbd3941206fd00076e3cbf0551;hp=b209320458d40d52b8d530a9e2ee9324da4ce8d0;hpb=82076ce53113be9cc053f8740356e7e1b81e5643;p=tt-rss.git diff --git a/classes/handler.php b/classes/handler.php index b2093204..5b110949 100644 --- a/classes/handler.php +++ b/classes/handler.php @@ -1,10 +1,10 @@ dbh = Db::get(); + $this->pdo = Db::pdo(); $this->args = $args; } @@ -20,5 +20,4 @@ class Handler implements IHandler { return true; } -} -?> +} \ No newline at end of file