diff options
author | Michael Francis <edude03@gmail.com> | 2011-05-29 16:35:53 -0400 |
---|---|---|
committer | Michael Francis <edude03@gmail.com> | 2011-05-29 16:35:53 -0400 |
commit | 3f7353eb51c90ce94081197f879637cb21da758a (patch) | |
tree | d8d9cd3cef127fc1a3a40ec2d7db5f11c4e92313 | |
parent | 88666d9644f06f2dd37516c95661f24d9f2eadbe (diff) | |
download | otakuhub-3f7353eb51c90ce94081197f879637cb21da758a.tar.xz |
Fixed case
-rw-r--r-- | controllers/ContentController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/ContentController.php b/controllers/ContentController.php index 688c2a8..0e34022 100644 --- a/controllers/ContentController.php +++ b/controllers/ContentController.php @@ -1,7 +1,7 @@ <?php namespace app\controllers; -use app\models\anime; +use app\models\Anime; class ContentController extends \lithium\action\Controller { public $publicActions = array('anime'); |