summaryrefslogtreecommitdiffstats
path: root/controllers/SearchController.php
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-16 16:57:53 -0700
committerraylu <raylu@mixpanel.com>2011-07-16 16:57:53 -0700
commit30bd3dc2c8e1dea9fb394115138f4f5ef9aedc33 (patch)
treef57f67d2ebec64bb7110665bf09a37ec04083266 /controllers/SearchController.php
parentec5b4d4fbfa3f4daecbd01ca6fd38a3d5944990b (diff)
downloadotakuhub-30bd3dc2c8e1dea9fb394115138f4f5ef9aedc33.tar.xz
make search index work
clean up a lot of code renamed anime.css to table.css
Diffstat (limited to 'controllers/SearchController.php')
-rw-r--r--controllers/SearchController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/controllers/SearchController.php b/controllers/SearchController.php
index a7b0cee..805b981 100644
--- a/controllers/SearchController.php
+++ b/controllers/SearchController.php
@@ -21,7 +21,6 @@ class SearchController extends \lithium\action\Controller {
$kdrama = Kdrama::find('all', compact('conditions', 'limit'));
return compact('anime', 'manga', 'kdrama');
-
}
}