소스 검색

Fixed need to login to do search

Michael Francis 14 년 전
부모
커밋
497091d643
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      controllers/SearchController.php

+ 2 - 0
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")
 	{