diff options
author | raylu <raylu@mixpanel.com> | 2011-07-03 04:29:55 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-03 04:29:55 -0700 |
commit | b24488ae40a5b503c1c9662af887d39d5868456c (patch) | |
tree | 39ff7c21cdf2b844b801f517cd1d29b934eae1e2 /controllers | |
parent | 05a2b26d9038752a40348a3f226e44710833c49b (diff) | |
download | otakuhub-b24488ae40a5b503c1c9662af887d39d5868456c.tar.xz |
pointless little fixes
Diffstat (limited to 'controllers')
-rw-r--r-- | controllers/PagesController.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/controllers/PagesController.php b/controllers/PagesController.php index 47b88d2..6babfaf 100644 --- a/controllers/PagesController.php +++ b/controllers/PagesController.php @@ -24,7 +24,7 @@ namespace app\controllers; * `/views/pages/about/company.html.php`. */ class PagesController extends \lithium\action\Controller { - // !--Waring--! this makes all pages accessibe to non-logged in uses. + // !--Warning--! this makes all pages accessibe to non-logged in users. // :TODO: Fix this. public $publicActions = array('view'); public function view() { @@ -33,4 +33,4 @@ class PagesController extends \lithium\action\Controller { } } -?>
\ No newline at end of file +?> |