From 497091d6431eb27ee0ef1bb8b5762c61278049a0 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Sat, 28 May 2011 20:23:48 -0400 Subject: Fixed need to login to do search --- controllers/SearchController.php | 2 ++ 1 file changed, 2 insertions(+) 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") { -- cgit v1.2.3