Merge remote-tracking branch 'origin/support/2.7' into develop

# Conflicts:
#	application/transaction.class.inc.php
#	application/ui.extkeywidget.class.inc.php
#	composer.json
#	composer.lock
#	js/utils.js
#	lib/composer/InstalledVersions.php
#	lib/composer/installed.json
#	lib/composer/installed.php
#	lib/pear/archive_tar/Archive/Tar.php
#	lib/pear/archive_tar/package.xml
#	setup/wizardsteps.class.inc.php
#	sources/Controller/AjaxRenderController.php
This commit is contained in:
Pierre Goiffon
2021-10-18 14:44:34 +02:00
20 changed files with 468 additions and 350 deletions

View File

@@ -101,7 +101,7 @@ class AjaxRenderController
*
* @throws \Exception
*/
public function ExportBuild(AjaxPage $oPage, bool $bTokenOnly)
public static function ExportBuild(ajax_page $oPage, $bTokenOnly)
{
register_shutdown_function(function () {
$aErr = error_get_last();