Explorar el Código

Log the previous exception during hard failure

* otherwise the exception that was caused by the template is logged

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
tags/v15.0.0beta1
Morris Jobke hace 5 años
padre
commit
affdb0e4d1
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      index.php

+ 1
- 1
index.php Ver fichero

@@ -78,7 +78,7 @@ try {
print("Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.\n");
print("More details can be found in the webserver log.\n");

throw $e;
throw $ex;
}
OC_Template::printExceptionErrorPage($ex, 500);
}

Cargando…
Cancelar
Guardar