diff options
author | Michael Francis <edude03@gmail.com> | 2011-05-28 20:23:48 -0400 |
---|---|---|
committer | Michael Francis <edude03@gmail.com> | 2011-05-28 20:23:48 -0400 |
commit | 497091d6431eb27ee0ef1bb8b5762c61278049a0 (patch) | |
tree | ebaed96a6084518f03495dc05e879e27a5c530de /controllers/SearchController.php | |
parent | 2389d66da849798f8d4ec5f10e3b07c11da49185 (diff) | |
download | otakuhub-497091d6431eb27ee0ef1bb8b5762c61278049a0.tar.xz |
Fixed need to login to do search
Diffstat (limited to 'controllers/SearchController.php')
-rw-r--r-- | controllers/SearchController.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/controllers/SearchController.php b/controllers/SearchController.php index fea8e41..9c769ca 100644 --- a/controllers/SearchController.php +++ b/controllers/SearchController.php @@ -6,6 +6,8 @@ use app\models\Anime; use \MongoRegex; class SearchController extends \lithium\action\Controller { + public $publicActions = array('index'); + public function index($type, $by = "series_title") { |