]> git.mxchange.org Git - mailer.git/blobdiff - install.php
All HTML templates now output comments again
[mailer.git] / install.php
index 79e5d2f6d09df37b213d53e398ea6bf85d7511fe..1f3ff34eadb1ed18e1497d8ceb4d8dd8b4f1171e 100644 (file)
@@ -18,7 +18,7 @@
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Installationsscript. Bitte loeschen Sie diese    *
  *           Datei nach der fertiggestellten Installation oder JEDER    *
- *           kann Ihr Mailtausch-Script neu einstellen!!!               *
+ *           kann Ihr Mailtausch-Script eventuell neu einstellen.       *
  * -------------------------------------------------------------------- *
  * $Revision::                                                        $ *
  * $Date::                                                            $ *
@@ -88,13 +88,13 @@ if ((isInstalled()) && (getRequestElement('page' != 'finished'))) {
 loadIncludeOnce('inc/header.php');
 
 // Handle fatal errors
-handleFatalErrors();
+runFilterChain('handle_fatal_errors');
 
 // Here start's our installtion stuff
 loadIncludeOnce('inc/install-inc.php');
 
 // Handle fatal errors again
-handleFatalErrors();
+runFilterChain('handle_fatal_errors');
 
 // Load main installation table
 loadTemplate('install_main', false, $GLOBALS['install_content']);