فهرست منبع

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