(Possible) fixes for illegal array indexes
[mailer.git] / inc / modules / admin / what-admins_edit.php
index e0528331ae3be7fd0ed6ab9b7a8c913767d25495..45c18bfeac8a5b0d89012acaa1258a5ae06f71e3 100644 (file)
@@ -55,7 +55,7 @@ if (REQUEST_ISSET_GET('admin')) {
 
        // Set required fields
        REQUEST_SET_POST('edit', '1');
-       REQUEST_SET_POST(array('sel', $aid), '1');
+       REQUEST_SET_POST('sel', array($aid => '1'));
 } // END - if
 
 if ((REQUEST_ISSET_POST('edit')) && (countPostSelection() > 0)) {