1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 01:00:20 +02:00

Code cleanup. Extra debug info under Paths.

This commit is contained in:
Cameron
2020-12-21 06:43:07 -08:00
parent 78665cd56d
commit 63527c4f19
3 changed files with 44 additions and 5 deletions

View File

@@ -649,11 +649,11 @@ class mailout_main_ui extends e_admin_ui
}
function afterCopy($result, $copied)
function afterCopy($result, $selected)
{
$num = array();
$count = 0;
foreach($copied as $tmp)
foreach($selected as $tmp)
{
$num[] = ($result + $count);
$count ++;