Made a little tweak to placeholders, to remove uneeded space.

This commit is contained in:
2018-09-11 22:28:17 +02:00
parent 5962b557c8
commit 45c255485f
307 changed files with 588 additions and 588 deletions

View File

@ -126,7 +126,7 @@ class ComponentbuilderModelValidation_rule extends JModelAdmin
}
return $item;
}
}
/**
* Method to get the record form.
@ -377,7 +377,7 @@ class ComponentbuilderModelValidation_rule extends JModelAdmin
}
return $data;
}
}
/**
* Method to get the unique fields of this table.
@ -667,7 +667,7 @@ class ComponentbuilderModelValidation_rule extends JModelAdmin
$this->cleanCache();
return $newIds;
}
}
/**
* Batch move items to a new category
@ -799,7 +799,7 @@ class ComponentbuilderModelValidation_rule extends JModelAdmin
$metadata = new JRegistry;
$metadata->loadArray($data['metadata']);
$data['metadata'] = (string) $metadata;
}
}
// Set the php string to base64 string.
if (isset($data['php']))