summaryrefslogtreecommitdiffstats
path: root/controllers/SearchController.php
diff options
context:
space:
mode:
authorMichael Francis <edude03@gmail.com>2011-05-28 20:30:02 -0400
committerMichael Francis <edude03@gmail.com>2011-05-28 20:30:02 -0400
commit5632af0c0e7bf914227cdf237d370858b88ac969 (patch)
tree388ce6e76b41301c32564394df592d38a84d96c9 /controllers/SearchController.php
parent497091d6431eb27ee0ef1bb8b5762c61278049a0 (diff)
downloadotakuhub-5632af0c0e7bf914227cdf237d370858b88ac969.tar.xz
Fixed case issue
Diffstat (limited to 'controllers/SearchController.php')
-rw-r--r--controllers/SearchController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/SearchController.php b/controllers/SearchController.php
index 9c769ca..b6a95e6 100644
--- a/controllers/SearchController.php
+++ b/controllers/SearchController.php
@@ -2,7 +2,7 @@
namespace app\controllers;
-use app\models\Anime;
+use app\models\anime;
use \MongoRegex;
class SearchController extends \lithium\action\Controller {