diff options
author | raylu <raylu@mixpanel.com> | 2011-07-16 22:07:00 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-16 22:07:00 -0700 |
commit | 5cc64bc633e8ff287cf7bb16ab1a8b8d2afb29b3 (patch) | |
tree | 77cfb712e6bc2b469702101d031791e16f2a022e /controllers | |
parent | 3404aebda95c78a98e477c120354f20891f55c7b (diff) | |
download | otakuhub-5cc64bc633e8ff287cf7bb16ab1a8b8d2afb29b3.tar.xz |
kdrama search results on search/index
Diffstat (limited to 'controllers')
-rw-r--r-- | controllers/SearchController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/SearchController.php b/controllers/SearchController.php index 0052992..abcaabd 100644 --- a/controllers/SearchController.php +++ b/controllers/SearchController.php @@ -6,7 +6,7 @@ use app\models\Manga; use app\models\Kdrama; class SearchController extends \lithium\action\Controller { - public $publicActions = array('index', 'anime'); + public $publicActions = array('index', 'anime', 'manga', 'kdrama'); public function index() { if (isset($this->request->query['q'])) |