Skip to content

Commit

Permalink
Fix multi server setup send error report
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Mar 30, 2019
1 parent 144d531 commit 987e286
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/classes/ErrorHandler.php
Expand Up @@ -355,6 +355,7 @@ public function getDispErrors()
$retval .= Url::getHiddenFields(array(
'exception_type' => 'php',
'send_error_report' => '1',
'server' => $GLOBALS['server'],
));
$retval .= '<input type="submit" value="'
. __('Report')
Expand Down

0 comments on commit 987e286

Please sign in to comment.