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; ?>