From b24488ae40a5b503c1c9662af887d39d5868456c Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 3 Jul 2011 04:29:55 -0700 Subject: pointless little fixes --- controllers/PagesController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'controllers') 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 +?> -- cgit v1.2.3