summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Francis <edude03@gmail.com>2011-05-28 20:23:48 -0400
committerMichael Francis <edude03@gmail.com>2011-05-28 20:23:48 -0400
commit497091d6431eb27ee0ef1bb8b5762c61278049a0 (patch)
treeebaed96a6084518f03495dc05e879e27a5c530de
parent2389d66da849798f8d4ec5f10e3b07c11da49185 (diff)
downloadotakuhub-497091d6431eb27ee0ef1bb8b5762c61278049a0.tar.xz
Fixed need to login to do search
-rw-r--r--controllers/SearchController.php2
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")
{