X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Faction-account.php;h=e89aab764585a04456121a9f825e8a94c07fddc0;hb=e9da1508b2a3ccbf63adc999981674740a47e074;hp=30f89ce50a0ac2639d0e12c3d267476cf7def446;hpb=63f159414369b5ea19a8ca75d8cd8033c45d8341;p=mailer.git diff --git a/inc/modules/member/action-account.php b/inc/modules/member/action-account.php index 30f89ce50a..e89aab7645 100644 --- a/inc/modules/member/action-account.php +++ b/inc/modules/member/action-account.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 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);