*** empty log message ***
This commit is contained in:
parent
8f28715ddb
commit
1d00e4587d
6 changed files with 70 additions and 44 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue