From 42a570cd05b9eed517a3cdec989a5d3ad75496b9 Mon Sep 17 00:00:00 2001 From: Jean-Marie Simonet Date: Tue, 3 Nov 2015 08:07:47 +0100 Subject: [PATCH] Correcting Hathor categories manager --- .../html/com_categories/categories/default.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/administrator/templates/hathor/html/com_categories/categories/default.php b/administrator/templates/hathor/html/com_categories/categories/default.php index aa238bac9defa..22d0c52f2c810 100644 --- a/administrator/templates/hathor/html/com_categories/categories/default.php +++ b/administrator/templates/hathor/html/com_categories/categories/default.php @@ -99,22 +99,22 @@ items, 'filesave.png', 'categories.saveorder'); ?> - items[0]) && property_exists($this->items[0], count_published)) : ?> + items[0]) && property_exists($this->items[0], 'count_published')) : ?> - items[0]) && property_exists($this->items[0], count_unpublished)) : ?> + items[0]) && property_exists($this->items[0], 'count_unpublished')) : ?> - items[0]) && property_exists($this->items[0], count_archived)) : ?> + items[0]) && property_exists($this->items[0], 'count_archived')) : ?> - items[0]) && property_exists($this->items[0], count_trashed)) : ?> + items[0]) && property_exists($this->items[0], 'count_trashed')) : ?> @@ -183,25 +183,25 @@ - items[0]) && property_exists($this->items[0], count_published)) : ?> + items[0]) && property_exists($this->items[0], 'count_published')) : ?> count_published; ?> - items[0]) && property_exists($this->items[0], count_unpublished)) : ?> + items[0]) && property_exists($this->items[0], 'count_unpublished')) : ?> count_unpublished; ?> - items[0]) && property_exists($this->items[0], count_archived)) : ?> + items[0]) && property_exists($this->items[0], 'count_archived')) : ?> count_archived; ?> - items[0]) && property_exists($this->items[0], count_trashed)) : ?> + items[0]) && property_exists($this->items[0], 'count_trashed')) : ?> count_trashed; ?>