Merged in feature/HOR-3769-DC (pull request #6016)

HOR-3769

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
David Callizaya
2017-08-25 19:48:08 +00:00
committed by Julio Cesar Laura Avendaño
3 changed files with 98 additions and 160 deletions

View File

@@ -41,7 +41,6 @@
"libchart/libchart": "1.4.0",
"indeyets/pake": "1.99.*",
"phpmailer/phpmailer": "5.2.*",
"tecnickcom/tcpdf": "6.2.*",
"pear/archive_tar": "1.4.*",
"pear/console_getopt": "1.4.*",
"TYPO3/class-alias-loader": "^1.0"

255
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -694,7 +694,7 @@ class Bootstrap
// Include also the extendGulliverClass that could have some
// new definitions for fields
if (file_exists($possiblePath . 'classes' . PATH_SEP . 'class.extendGulliver.php')) {
include_once $possiblePath . 'classes' . PATH_SEP . 'class.extendGulliver.php';
}
}
}