summaryrefslogtreecommitdiffstats
path: root/lib/class/vainfo.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-12 05:45:48 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-12 05:45:48 +0000
commit1a5d32fbbe96ab2d936693020bb24bed4a1af78e (patch)
tree49c325ef550b145fa7fc04f85d65d158a7c7df65 /lib/class/vainfo.class.php
parent7be9eb4ea1e868fa0725334697057e1b7b994460 (diff)
downloadampache-1a5d32fbbe96ab2d936693020bb24bed4a1af78e.tar.gz
ampache-1a5d32fbbe96ab2d936693020bb24bed4a1af78e.tar.bz2
ampache-1a5d32fbbe96ab2d936693020bb24bed4a1af78e.zip
fixed level updating for admin preferences
Diffstat (limited to 'lib/class/vainfo.class.php')
-rwxr-xr-xlib/class/vainfo.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/vainfo.class.php b/lib/class/vainfo.class.php
index 85b12659..c7197054 100755
--- a/lib/class/vainfo.class.php
+++ b/lib/class/vainfo.class.php
@@ -92,7 +92,7 @@ class vainfo {
$this->_raw = $this->_getID3->analyze($this->filename);
}
catch (Exception $error) {
- debug_event('getid3',$e->message,'1');
+ debug_event('getid3',$error->message,'1');
}
/* Figure out what type of file we are dealing with */