Index: branches/unlabeled/unlabeled-1.75.2/kernel/frontaction.php =================================================================== diff -u -r5256 -r5653 --- branches/unlabeled/unlabeled-1.75.2/kernel/frontaction.php (.../frontaction.php) (revision 5256) +++ branches/unlabeled/unlabeled-1.75.2/kernel/frontaction.php (.../frontaction.php) (revision 5653) @@ -1030,10 +1030,11 @@ break; } break; - case "m_id": - echo $Action.":".$DownloadId; - die(); - break; + + case "m_id": + $application->ApplicationDie($Action.':'.$DownloadId); + break; + case "m_simple_subsearch": $keywords = $_POST["keywords"]; $type = $objItemTypes->GetTypeByName("Category");