]> git.wh0rd.org - tt-rss.git/blobdiff - classes/handler.php
feedbrowser hack
[tt-rss.git] / classes / handler.php
index 483b573e39a3fb0faac481a59e8be65cbcfd77fb..5b11094929711f3466107efd70b56cf57b9cf38f 100644 (file)
@@ -1,11 +1,9 @@
 <?php
 class Handler implements IHandler {
-       protected $dbh;
        protected $pdo;
        protected $args;
 
        function __construct($args) {
-               $this->dbh = Db::get();
                $this->pdo = Db::pdo();
                $this->args = $args;
        }