From a66ed607face0b3cb6a42c2fc464174f796a5f82 Mon Sep 17 00:00:00 2001
From: Christoph Hofmann <ch@its-hofmann.de>
Date: Tue, 11 Feb 2014 19:13:59 +0100
Subject: [PATCH] category last posting bug fixed

---
 Classes/Controller/CategoryController.php | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/Classes/Controller/CategoryController.php b/Classes/Controller/CategoryController.php
index 39d97b4..ac18831 100755
--- a/Classes/Controller/CategoryController.php
+++ b/Classes/Controller/CategoryController.php
@@ -84,15 +84,7 @@ class CategoryController extends \TYPO3\CMS\Extbase\Mvc\Controller\ActionControl
 	protected $feusergroupRepository;
 	
 
-	/**
-	 * action listthread
-	 *
-	 * @return void
-	 */
-	public function listthreadAction() {
-		$threads = $this->postingRepository->findAll();
-		$this->view->assign('threads', $threads);
-	}
+
 
 	/**
 	 * action initialize
-- 
GitLab