X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Faction-main.php;h=35623b97b8c3a2f38100e43bb75ea59a2749f55d;hb=534f676dc29968019d4313922a9a26e467681e35;hp=80a25ba5564065d8bbc6e6c20f8009c3d440c802;hpb=57ebcf68d831d1d074328c0b048ae694281315f3;p=mailer.git diff --git a/inc/modules/member/action-main.php b/inc/modules/member/action-main.php index 80a25ba556..35623b97b8 100644 --- a/inc/modules/member/action-main.php +++ b/inc/modules/member/action-main.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2013 by Mailer Developer Team * + * Copyright (c) 2009 - 2015 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -49,7 +49,7 @@ if (!defined('__SECURITY')) { addYouAreHereLink('member', __FILE__); // Load the include file -$inc = sprintf("inc/modules/member/what-%s.php", getWhat()); +$inc = sprintf('inc/modules/member/what-%s.php', getWhat()); if (isIncludeReadable($inc)) { // Ok, we finally load the member action module loadIncludeOnce($inc);