fixed gh-106 to insure the correct form is submitted on compile, also some other minor bug fixes

This commit is contained in:
2017-08-05 12:10:08 +01:00
parent bd716ae7ef
commit 7a902d454a
190 changed files with 216 additions and 202 deletions

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.4.9
@build 24th July, 2017
@build 5th August, 2017
@created 30th April, 2015
@package Component Builder
@subpackage componentbuilder.php
@ -1053,7 +1053,7 @@ abstract class ComponentbuilderHelper
$script['ext'][] = "\t * @return boolean True on success";
$script['ext'][] = "\t *";
$script['ext'][] = "\t */";
$script['ext'][] = "\tprotected function checkExtention(\$file)";
$script['ext'][] = "\tprotected function checkExtension(\$file)";
$script['ext'][] = "\t{";
$script['ext'][] = "\t\t// check the extention";
$script['ext'][] = "\t\tswitch(strtolower(pathinfo(\$file, PATHINFO_EXTENSION)))";