From 6228f959f7ff8d459aa5bc253d225c7e7f716165 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 28 Jan 2024 22:16:24 +0100 Subject: Fix default category name (#6073) fix https://github.com/FreshRSS/FreshRSS/issues/6071 --- app/views/helpers/category/update.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/helpers') diff --git a/app/views/helpers/category/update.phtml b/app/views/helpers/category/update.phtml index 36c0abfe8..b3f92b449 100644 --- a/app/views/helpers/category/update.phtml +++ b/app/views/helpers/category/update.phtml @@ -22,9 +22,9 @@
- category->id() == FreshRSS_CategoryDAO::DEFAULTCATEGORYID ? 'disabled="disabled"' : ''; + $this->category->id() === FreshRSS_CategoryDAO::DEFAULTCATEGORYID ? 'readonly="readonly"' : '' ?> />
-- cgit v1.2.3