1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:55:55 +00:00

fix missing DB object when instantiated to import opml

This commit is contained in:
Andrew Dolgov
2013-04-18 23:19:14 +04:00
parent 7f1113a56a
commit 1f29443530
5 changed files with 6 additions and 6 deletions

View File

@@ -308,7 +308,7 @@
$_REQUEST = $filter;
$_SESSION["uid"] = $owner_uid;
$filters = new Pref_Filters( $_REQUEST);
$filters = new Pref_Filters($_REQUEST);
$filters->add();
}
}