mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 09:38:48 +02:00
N°4335 Fix export with PHP < 7.0+
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user