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