X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Faction-mods.php;h=50e24544d319f4a26ed29a4d6a92ba9e0582c07d;hb=dabf3d37a62230bc705be02682c656f4cb4a344f;hp=4f4f67cb07065d753c6a6dce0c452b5caacf31c0;hpb=fb573d4c3d981d52fd969a6d7167d8dc839be688;p=mailer.git diff --git a/inc/modules/admin/action-mods.php b/inc/modules/admin/action-mods.php index 4f4f67cb07..50e24544d3 100644 --- a/inc/modules/admin/action-mods.php +++ b/inc/modules/admin/action-mods.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * + * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -44,7 +44,7 @@ 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 loadIncludeOnce($inc);