From c0f55e26b29d5115f0d71a6583035acf3327cffc Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 10 Dec 2007 20:28:47 +0000 Subject: fixed ajax requests with invalid session not causing logout --- lib/class/update.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/class/update.class.php') 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.
' . + $update_string = '- Removed Unused Preferences.
' . '- Changed Localplay Config to Localplay Access.
' . '- Changed all XML-RPC acls to RPC to reflect inclusion of new API.
'; -- cgit