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