]> git.mjollnir.org Git - moodle.git/commitdiff
Better error (don't need a link)
authormartin <martin>
Sun, 18 Aug 2002 15:24:44 +0000 (15:24 +0000)
committermartin <martin>
Sun, 18 Aug 2002 15:24:44 +0000 (15:24 +0000)
help.php

index 17b185189597bffcc460a27fcfa4b038a71a7d94..95ea0942ab39a54e290b7314ac70567ca9fe05c5 100644 (file)
--- 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 {