N°4335 Fix export with PHP < 7.0+

This commit is contained in:
Pierre Goiffon
2021-10-11 17:05:30 +02:00
parent fdc987f367
commit fe3512cb5f

View File

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