*** empty log message ***

This commit is contained in:
sebastian 2005-02-26 21:18:32 +00:00
parent 8f28715ddb
commit 1d00e4587d
6 changed files with 70 additions and 44 deletions

View file

@ -178,6 +178,11 @@ switch($_REQUEST['act']){
$uiHandler->PLAYLIST->setReload();
break;
case "PL.revert":
$uiHandler->PLAYLIST->revert();
$uiHandler->PLAYLIST->setReload();
break;
default:
$_SESSION["alertMsg"] = tra("Unknown method: $1", $_REQUEST["act"]);
header("Location: ".UI_BROWSER.'?popup[]=_reload_parent&popup[]=_close');