diff options
-rw-r--r-- | lib/log.lib.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/log.lib.php b/lib/log.lib.php index 01a56be1..1b2d33e5 100644 --- a/lib/log.lib.php +++ b/lib/log.lib.php @@ -85,7 +85,7 @@ 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() [")) { + strstr($errstr,"getimagesize() [") OR strstr($errstr,"Non-static method getid3")) { return false; } |