diff options
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 +?> |