fix: [UI] Event lock concatinating quoted empty strings

pull/4716/head
iglocska 2019-06-03 08:03:41 +02:00
parent 4798a4aa68
commit c9860c2a44
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -5686,7 +5686,7 @@ class EventsController extends AppController
$this->layout = false;
$this->render('/Events/ajax/event_lock');
} else {
return $this->RestResponse->viewData('', $this->response->type());
return $this->RestResponse->viewData('', $this->response->type(), false, true);
}
}