From 698f05d14f880eb4ec7866ec3a8416ee4d1f838f Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Tue, 18 Dec 2007 05:31:54 +0000 Subject: fixed XML-RPC mostly, uses insecure/old authentication method, needs more work --- lib/log.lib.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/log.lib.php') diff --git a/lib/log.lib.php b/lib/log.lib.php index 63c2ba4a..83786c67 100644 --- a/lib/log.lib.php +++ b/lib/log.lib.php @@ -84,7 +84,8 @@ function ampache_error_handler($errno, $errstr, $errfile, $errline) { * Yea now getid3() spews errors I love it :( */ if (strstr($errstr,"var: Deprecated. Please use the public/private/protected modifiers") OR - strstr($errstr,"getimagesize() [") OR strstr($errstr,"Non-static method getid3")) { + strstr($errstr,"getimagesize() [") OR strstr($errstr,"Non-static method getid3") OR + strstr($errstr,"Assigning the return value of new by reference is deprecated")) { return false; } -- cgit