diff options
author | Michael Francis <edude03@gmail.com> | 2011-07-10 00:38:49 -0400 |
---|---|---|
committer | Michael Francis <edude03@gmail.com> | 2011-07-10 00:38:49 -0400 |
commit | de15fbb36c8c278f94e3b16d53b54a59b5a5e62a (patch) | |
tree | f00438bec75fbb0c4a9bc0f4103b2baa777c31f4 /controllers | |
parent | 210af8f7fe28c2bf522f78e95ad4b4bcf5e17dae (diff) | |
parent | ad5794499b015983204906723372e716a914e9ad (diff) | |
download | otakuhub-de15fbb36c8c278f94e3b16d53b54a59b5a5e62a.tar.xz |
Merge branch 'master' of git.raylu.net:otakuhub
Diffstat (limited to 'controllers')
-rw-r--r-- | controllers/SearchController.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/controllers/SearchController.php b/controllers/SearchController.php index f09f446..8deaf07 100644 --- a/controllers/SearchController.php +++ b/controllers/SearchController.php @@ -38,7 +38,7 @@ class SearchController extends \lithium\action\Controller { 'episode_count' => 'Episodes', 'view_type' => 'Type', 'mal_score' => 'MAL Score'); - case 'kdrama': + case 'Kdrama': case 'Kdrama': $headers = array('title' => 'Title', 'episode_count' => 'Episodes'); @@ -54,4 +54,4 @@ class SearchController extends \lithium\action\Controller { return array('content' => $search['content'], 'page' => $search['page'], 'headers' => $headers, 'total' => $search['total'], 'limit' => $search['limit']); } } -}
\ No newline at end of file +} |