mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 19:41:55 +02:00
fixed ajax requests with invalid session not causing logout
This commit is contained in:
parent
c13392b861
commit
c0f55e26b2
5 changed files with 21 additions and 64 deletions
|
@ -247,7 +247,7 @@ class Update {
|
|||
|
||||
$version[] = array('version' => '340012','description'=>$update_string);
|
||||
|
||||
$update_string = '- Removed Unused Preferneces.<br />' .
|
||||
$update_string = '- Removed Unused Preferences.<br />' .
|
||||
'- Changed Localplay Config to Localplay Access.<br />' .
|
||||
'- Changed all XML-RPC acls to RPC to reflect inclusion of new API.<br />';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue