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

@ -39,7 +39,7 @@ class ###Component###Table###View### extends JTable
*/
function __construct(&$db)
{
parent::__construct('#__###component###_###view###', 'id', $db);###JTABLECONSTRUCTOR### ###LICENSE_LOCKED_CHECK###
parent::__construct('#__###component###_###view###', 'id', $db);###JTABLECONSTRUCTOR######LICENSE_LOCKED_CHECK###
}
public function bind($array, $ignore = '')