浏览代码

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")
 	{