diff options
| author | 2022-02-27 22:43:53 +0100 | |
|---|---|---|
| committer | 2022-02-27 22:43:53 +0100 | |
| commit | fa23ae76ea46b329fb65329081df95e864b03b23 (patch) | |
| tree | b2ac32ed23ed3d4a0427654a1f437edb3477b729 | |
| parent | 639f8eea84ddee767ab115b61091a1c7e3dcdbf8 (diff) | |
fix (#4240)
| -rwxr-xr-x | app/Controllers/feedController.php | 1 | ||||
| -rw-r--r-- | app/views/feed/add.phtml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/app/Controllers/feedController.php b/app/Controllers/feedController.php index a9825bf8b..f18a67072 100755 --- a/app/Controllers/feedController.php +++ b/app/Controllers/feedController.php @@ -120,7 +120,6 @@ class FreshRSS_feed_Controller extends FreshRSS_ActionController { * Parameters are: * - url_rss (default: false) * - category (default: false) - * - new_category (required if category == 'nc') * - http_user (default: false) * - http_pass (default: false) * It tries to get website information from RSS feed. diff --git a/app/views/feed/add.phtml b/app/views/feed/add.phtml index fb3d89ef5..f5f582249 100644 --- a/app/views/feed/add.phtml +++ b/app/views/feed/add.phtml @@ -55,7 +55,6 @@ <?= $cat->name() ?> </option> <?php } ?> - <option value="nc"><?= _t('sub.category.new') ?></option> </select> <span aria-hidden="true"> |
