From: Eugene Gvozdetsky Date: Fri, 16 Nov 2018 09:13:32 +0000 (+0100) Subject: Category: Remove "todo" comment about moving code from CategoryPage X-Git-Tag: 1.34.0-rc.0~2022^2 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=8f798fd8b953e28e936b0637a963dcb7543cce49;p=lhc%2Fweb%2Fwiklou.git Category: Remove "todo" comment about moving code from CategoryPage All stuff was already moved from CategoryPage.php to Category.php Change-Id: I19820ec573c39d7368e3c6644e7c54ca9d8104c5 --- diff --git a/includes/Category.php b/includes/Category.php index 3352c2c2b0..9cd751e286 100644 --- a/includes/Category.php +++ b/includes/Category.php @@ -25,8 +25,6 @@ * Category objects are immutable, strictly speaking. If you call methods that change the database, * like to refresh link counts, the objects will be appropriately reinitialized. * Member variables are lazy-initialized. - * - * @todo Move some stuff from CategoryPage.php to here, and use that. */ class Category { /** Name of the category, normalized to DB-key form */