From 30474e80ce036b8514f44d6427e0f1d791a5f8cd Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Wed, 24 Sep 2014 23:38:36 +0200 Subject: [PATCH] Missed the description --- .../Bundle/CalciferBundle/Controller/LocationController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Hackspace/Bundle/CalciferBundle/Controller/LocationController.php b/src/Hackspace/Bundle/CalciferBundle/Controller/LocationController.php index bdf0945..fc07a8c 100755 --- a/src/Hackspace/Bundle/CalciferBundle/Controller/LocationController.php +++ b/src/Hackspace/Bundle/CalciferBundle/Controller/LocationController.php @@ -174,6 +174,7 @@ class LocationController extends Controller $location->streetnumber = $request->get('streetnumber'); $location->zipcode = $request->get('zipcode'); $location->city = $request->get('city'); + $location->description = $request->get('description'); $latlon = $request->get('geocords'); $latlon = explode(',',$latlon);