mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:25:56 +00:00
fix missing DB object when instantiated to import opml
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
if ($override) {
|
||||
$handler = $override;
|
||||
} else {
|
||||
$handler = new $op(Db::get(), $_REQUEST);
|
||||
$handler = new $op($_REQUEST);
|
||||
}
|
||||
|
||||
if ($handler && implements_interface($handler, 'IHandler')) {
|
||||
|
||||
Reference in New Issue
Block a user