From a3db6ba99cbca73e2e5472340c8eb951429d45f4 Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 22 Nov 2013 03:16:44 -0500 Subject: [PATCH] Comment typo --- app/controllers/admin/LocationsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/admin/LocationsController.php b/app/controllers/admin/LocationsController.php index a139ce4610..9a3760318b 100644 --- a/app/controllers/admin/LocationsController.php +++ b/app/controllers/admin/LocationsController.php @@ -53,7 +53,7 @@ class LocationsController extends AdminController { // get the POST data $new = Input::all(); - // create a new model instance + // create a new location instance $location = new Location(); // attempt validation