DatafieldController: just a space

This commit is contained in:
Thomas Gelf 2016-02-27 21:04:13 +01:00
parent 343c9471c6
commit b20924bf59

View File

@ -20,7 +20,7 @@ class DatafieldController extends ActionController
{ {
$edit = false; $edit = false;
if($id = $this->params->get('id')) { if ($id = $this->params->get('id')) {
$edit = true; $edit = true;
} }