diff options
| -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"> |
