diff options
Diffstat (limited to 'backend.php')
| -rw-r--r-- | backend.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/backend.php b/backend.php index 55f2fa99f..5e93c37f8 100644 --- a/backend.php +++ b/backend.php @@ -702,7 +702,9 @@ } if ($subop == "forceUpdateAllFeeds" || $subop == "updateAllFeeds") { - + + if ($subop == "forceUpdateAllFeeds" && ENABLE_FEED_CATS + update_all_feeds($link, $subop == "forceUpdateAllFeeds"); $omode = $_GET["omode"]; |