X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Faction-rallye.php;h=dd56fef78effca00865fe7fc3634c2eece024121;hp=6acb91746790c0641fa19bf84498fffac78d68ad;hb=61621983cc6d7195fcc7eab29b5f6080ff283b34;hpb=82cbb1b75e0091b6333fefd045903329b234b9fb diff --git a/inc/modules/admin/action-rallye.php b/inc/modules/admin/action-rallye.php index 6acb917467..dd56fef78e 100644 --- a/inc/modules/admin/action-rallye.php +++ b/inc/modules/admin/action-rallye.php @@ -16,8 +16,8 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2016 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 * @@ -44,10 +44,10 @@ if ((!defined('__SECURITY')) || (!isAdmin())) { addYouAreHereLink('admin', __FILE__); // Load the include file -$inc = sprintf("inc/modules/admin/what-%s.php", getWhat()); +$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--}'); }