Renamed function so it might be more understandable
[mailer.git] / inc / install-functions.php
index 6d682005e17de0d31b656338f471775677541883..d8e81ff5a7aae000fcc84757b7f48780c49cb3de 100644 (file)
@@ -99,12 +99,12 @@ function addToInstallContent ($out) {
 // Somewhat getter for installer content
 function getInstallerContent () {
        // Is it here?
-       if (isset($GLOBAS['install_content'])) {
+       if (isset($GLOBALS['install_content'])) {
                // Yes, then use it
                $content = $GLOBALS['install_content'];
        } else {
                // Nothing found, this needs fixing
-               $content = loadTemplate('admin_settings_saved', false, '{--INSTALLER_CONTENT_404--}');
+               $content = loadTemplate('admin_settings_saved', true, '{--INSTALLER_CONTENT_404--}');
        }
 
        // Return content