summaryrefslogtreecommitdiffstats
path: root/lib/class
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-10 20:28:47 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-10 20:28:47 +0000
commitc0f55e26b29d5115f0d71a6583035acf3327cffc (patch)
tree778526f8c9af6a3e4a04ff731c0d81308a50aa2e /lib/class
parentc13392b861fe83c2e28dd7804cfba563fcc61b3c (diff)
downloadampache-c0f55e26b29d5115f0d71a6583035acf3327cffc.tar.gz
ampache-c0f55e26b29d5115f0d71a6583035acf3327cffc.tar.bz2
ampache-c0f55e26b29d5115f0d71a6583035acf3327cffc.zip
fixed ajax requests with invalid session not causing logout
Diffstat (limited to 'lib/class')
-rw-r--r--lib/class/update.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/update.class.php b/lib/class/update.class.php
index c34cd012..130ed2c6 100644
--- a/lib/class/update.class.php
+++ b/lib/class/update.class.php
@@ -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 />';