mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:05:56 +00:00
feeds/_add_cat: use ORM
This commit is contained in:
@@ -867,7 +867,7 @@ class Pref_Feeds extends Handler_Protected {
|
||||
function addCat() {
|
||||
$feed_cat = clean($_REQUEST["cat"]);
|
||||
|
||||
Feeds::_add_cat($feed_cat);
|
||||
Feeds::_add_cat($feed_cat, $_SESSION['uid']);
|
||||
}
|
||||
|
||||
function importOpml() {
|
||||
|
||||
Reference in New Issue
Block a user