summaryrefslogtreecommitdiffstats
path: root/controllers/ContentController.php
diff options
context:
space:
mode:
authorMichael Francis <edude03@gmail.com>2011-06-05 21:21:24 -0400
committerMichael Francis <edude03@gmail.com>2011-06-05 21:21:24 -0400
commit6ce5cd79202821ad090c452e7f800eed5936d4ba (patch)
tree47fbddcfbf7c9cc2d6f66031ed63516a94270f6c /controllers/ContentController.php
parent08153b61b6bdfe5a31ca1a571e682c3b5f55bfb7 (diff)
downloadotakuhub-6ce5cd79202821ad090c452e7f800eed5936d4ba.tar.xz
Disabled ContentList for anime :/
Diffstat (limited to 'controllers/ContentController.php')
-rw-r--r--controllers/ContentController.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/controllers/ContentController.php b/controllers/ContentController.php
index 0e34022..f024b97 100644
--- a/controllers/ContentController.php
+++ b/controllers/ContentController.php
@@ -7,10 +7,7 @@ class ContentController extends \lithium\action\Controller {
public $publicActions = array('anime');
public function index($type) //type has to equal something
- {
-
-
-
+ {
switch($type) {
case "anime": $content = Anime::all(compact('limit','page','order'));
$total = Anime::count();