X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Finstall-functions.php;h=c1375178da3afbb35d2dbbd5d13662b0674d1246;hb=b07f7e44eb7441841763058e598a25067e13cee8;hp=bf2064969497242138954ee3d027fe7242b98534;hpb=8cef2a4631919672cbbfd484f6e198e1f21b087d;p=mailer.git diff --git a/inc/install-functions.php b/inc/install-functions.php index bf20649694..c1375178da 100644 --- a/inc/install-functions.php +++ b/inc/install-functions.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -104,7 +104,7 @@ function getInstallerContent () { $content = $GLOBALS['install_content']; } else { // Nothing found, this needs fixing - $content = loadTemplate('admin_settings_saved', true, '{--INSTALLER_CONTENT_404--}'); + $content = displayMessage('{--INSTALLER_CONTENT_404--}', true); } // Return content