fix typo
This commit is contained in:
parent
f9fca8cb99
commit
72a2f4f57f
|
@ -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'";
|
||||||
|
|
Loading…
Reference in New Issue