Added email helper class.

This commit is contained in:
2016-06-03 07:28:32 +01:00
parent 5cd07f3b88
commit d82d4aeb22
370 changed files with 1366 additions and 1324 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE `#__componentbuilder_component` ADD `add_email_helper` TINYINT(1) NOT NULL DEFAULT '0' AFTER `add_css`;