X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FCategory.php;h=126b8fee405f3370191b271e62a488301939fc25;hb=fd26d27c094cc962d59a7477afdc1c232f13eb2c;hp=868d6c4628d199e030a1a4d32dc0bf9a93f7b4fe;hpb=f4604544cdd0b9bd4a5b2920034181fa6adf7958;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Category.php b/includes/Category.php index 868d6c4628..126b8fee40 100644 --- a/includes/Category.php +++ b/includes/Category.php @@ -40,7 +40,8 @@ class Category { /** Counts of membership (cat_pages, cat_subcats, cat_files) */ private $mPages = null, $mSubcats = null, $mFiles = null; - private function __construct() { } + private function __construct() { + } /** * Set up all member variables using a database query.