Skip to content
Snippets Groups Projects
Commit ad2bd947 authored by Uma's avatar Uma
Browse files

Merge branch 'custom_Block_deletion' into 'master'

fixes #1225 custom block deletion translation

See merge request !520
parents be0ff1e0 30c91652
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ class Settings_LayoutEditor_Block_Action extends Settings_Vtiger_Index_Action {
$blockId = $request->get('blockid');
$checkIfFieldsExists = Vtiger_Block_Model::checkFieldsExists($blockId);
if($checkIfFieldsExists) {
$response->setError('502','Fields exists for the block');
$response->setError('502','Fields exist for the block');
$response->emit();
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment