]> git.mxchange.org Git - mailer.git/blobdiff - inc/install-inc.php
Various fixes to fix bug #226, comment #562, removed extension dependency register...
[mailer.git] / inc / install-inc.php
index 28db1db9a3087b9639cc8186125a1ca15c562fd0..c9ed06d1d671dda501ffdf07c457ca130e6ca14b 100644 (file)
@@ -284,7 +284,7 @@ if ((!isInstalled()) || (!isAdminRegistered())) {
                                        // We have handled all fatal errors here
                                        initFatalMessages();
                                } else {
-                                       // Register ext-sql_patches
+                                       // Register ext-sql_patches and ext-task
                                        if ((registerExtension('sql_patches', NULL)) && (registerExtension('task', NULL))) {
                                                // Installation is done!
                                                redirectToUrl('install.php?install_page=finished');