mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 04:15:57 +00:00
fix typo
This commit is contained in:
@@ -2114,7 +2114,7 @@
|
|||||||
|
|
||||||
if ($cat_view) {
|
if ($cat_view) {
|
||||||
|
|
||||||
if $feed >= 0) {
|
if ($feed >= 0) {
|
||||||
|
|
||||||
if ($feed > 0) {
|
if ($feed > 0) {
|
||||||
$cat_qpart = "cat_id = '$feed'";
|
$cat_qpart = "cat_id = '$feed'";
|
||||||
|
|||||||
Reference in New Issue
Block a user