]> git.wh0rd.org - tt-rss.git/blobdiff - backend.php
fix missing DB object when instantiated to import opml
[tt-rss.git] / backend.php
index c69d6d98baa277778f08e1f7472c491e2b151636..84abc97304b83db640e64af02254db18b2efcc7b 100644 (file)
                if ($override) {
                        $handler = $override;
                } else {
-                       $handler = new $op(Db::get(), $_REQUEST);
+                       $handler = new $op($_REQUEST);
                }
 
                if ($handler && implements_interface($handler, 'IHandler')) {