fixed debug stop

This commit is contained in:
Roland Gruber 2012-01-11 19:24:03 +00:00
parent 597cc4d791
commit 2259666430
1 changed files with 0 additions and 1 deletions

View File

@ -130,7 +130,6 @@ if (($_SESSION['mass_counter'] < sizeof($accounts)) || !isset($_SESSION['mass_po
</script>
<?php
flush();
die();
while (!isset($_SESSION['mass_postActions']['finished']) && (($startTime + $maxTime) > time())) {
$return = doUploadPostActions($_SESSION['mass_scope'], $data, $_SESSION['mass_ids'], $_SESSION['mass_failed'], $_SESSION['mass_selectedModules'], $accounts);
if ($return['status'] == 'finished') {