diff --git a/mdeploy.php b/mdeploy.php index 7b09a2b9149..fa53d04e9f8 100644 --- a/mdeploy.php +++ b/mdeploy.php @@ -618,9 +618,12 @@ class output_http_provider extends output_provider { * @param Exception $e uncaught exception */ public function exception(Exception $e) { + + $docslink = 'http://docs.moodle.org/en/admin/mdeploy/'.get_class($e); $this->start_output(); echo('
Moodle deployment utility had a trouble with your request. See the debugging information for more details.
'); + echo('Moodle deployment utility had a trouble with your request. + See the docs page and the debugging information for more details.
'); echo('');
echo exception_handlers::format_exception_info($e);
echo('');