From: martin Date: Sun, 18 Aug 2002 15:24:44 +0000 (+0000) Subject: Better error (don't need a link) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0a260c54f8c2cd7205d7a112654f56c46dff4891;p=moodle.git Better error (don't need a link) --- diff --git a/help.php b/help.php index 17b1851895..95ea0942ab 100644 --- a/help.php +++ b/help.php @@ -36,7 +36,8 @@ if (file_exists("$filepath")) { include("$filepath"); } else { - error("Can not find the specified help file"); + notify("Can not find the specified help file"); + die; } } } else {