diff options
| author | 2014-10-01 10:19:38 +0200 | |
|---|---|---|
| committer | 2014-10-01 10:19:38 +0200 | |
| commit | fdb63fbbe695b6a6bc32f0e93f2ff702ca42329c (patch) | |
| tree | 0fcda9472b62c200438eb79c824f354735fcbb8a /app/views/configure | |
| parent | 7481887db746fd2d6eefab021776b8abd4076429 (diff) | |
Simplify configureController
Remove useless code for category configuration.
See https://github.com/marienfressinaud/FreshRSS/issues/646
Diffstat (limited to 'app/views/configure')
| -rw-r--r-- | app/views/configure/categorize.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/categorize.phtml b/app/views/configure/categorize.phtml index 008dc8c98..f5030ef2c 100644 --- a/app/views/configure/categorize.phtml +++ b/app/views/configure/categorize.phtml @@ -6,7 +6,7 @@ <h2><?php echo _t('categories_management'); ?></h2> <p class="alert alert-warn"> - <?php echo _t('feeds_moved_category_deleted', $this->defaultCategory->name()); ?> + <?php echo _t('feeds_moved_category_deleted', $this->default_category->name()); ?> </p> <div class="box"> |
