X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Faction-primera.php;h=b437bc1dd972e14800944a6570cd06e72a6c04c6;hp=dc97b2f7e32f5677344661363c07d233b08227bd;hb=fb573d4c3d981d52fd969a6d7167d8dc839be688;hpb=82cbb1b75e0091b6333fefd045903329b234b9fb diff --git a/inc/modules/admin/action-primera.php b/inc/modules/admin/action-primera.php index dc97b2f7e3..b437bc1dd9 100644 --- a/inc/modules/admin/action-primera.php +++ b/inc/modules/admin/action-primera.php @@ -17,7 +17,7 @@ * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * 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 * @@ -47,7 +47,7 @@ addYouAreHereLink('admin', __FILE__); $inc = sprintf("inc/modules/admin/what-%s.php", getWhat()); if (isIncludeReadable($inc)) { // Ok, we finally load the admin action module - loadInclude($inc); + loadIncludeOnce($inc); } else { addFatalMessage(__FILE__, __LINE__, '{--ADMIN_WHAT_404--}'); }