- fix supermaintainers delete comments

- use deleteAny.php for comment deletion
This commit is contained in:
Jonathan Ernst
2005-03-12 01:09:51 +00:00
committed by WineHQ
parent 70fecb1032
commit ea14ba0c45
2 changed files with 8 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ if($_REQUEST['what'])
} else
{
$oComment->delete();
redirect(BASE."appview.php?appId=".$_REQUEST['appId']."&versionId=".$_REQUEST['versionId']);
redirect(BASE."appview.php?versionId=".$oComment->iVersionId);
}
break;
case "category":