|
|
@@ -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']);
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
+}
|