X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=inc%2Fmodules%2Fadmin%2Fwhat-config_rewrite.php;h=55439336130c495514a982f83a2540469df3eec8;hb=63f159414369b5ea19a8ca75d8cd8033c45d8341;hp=fbdad66842446c4c7a333020b9d0003d027d496e;hpb=a454def0bfba8288ffc839d034c710f034cf4728;p=mailer.git diff --git a/inc/modules/admin/what-config_rewrite.php b/inc/modules/admin/what-config_rewrite.php index fbdad66842..5543933613 100644 --- a/inc/modules/admin/what-config_rewrite.php +++ b/inc/modules/admin/what-config_rewrite.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * + * Copyright (c) 2009 - 2012 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -50,9 +50,9 @@ if (isFormSent()) { // Now you can never deselect the admin module, bah!!! ;-) if (($sel == 'Y') || ($mod == 'admin')) { // Add module to queue - $MODs[] = $mod; - } - } + array_push($MODs, $mod); + } // END - if + } // END - foreach // Implode array to string and remove posted mod array setPostRequestElement('rewrite_skip', implode(':', $MODs));