X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fadmin%2Faction-user.php;h=2b64d840595c330b60480c3517b1871f6a2538e2;hb=9a1b4c97e62a0360dc721e599fa19068ae23c773;hp=bcbedfb1f8cac194aa2c193698c95c130eea77e1;hpb=db1f357f01e1ebb16a31fdcd3e432a1d19b54ae3;p=mailer.git diff --git a/inc/modules/admin/action-user.php b/inc/modules/admin/action-user.php index bcbedfb1f8..2b64d84059 100644 --- a/inc/modules/admin/action-user.php +++ b/inc/modules/admin/action-user.php @@ -16,8 +16,8 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -49,7 +49,7 @@ if (isIncludeReadable($inc)) { // Ok, we finally load the admin action module loadInclude($inc); } else { - addFatalMessage(__FILE__, __LINE__, '{--ADMIN_WHAT_404--}', getWhat()); + addFatalMessage(__FILE__, __LINE__, '{--ADMIN_WHAT_404--}'); } // [EOF]