diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-26 22:53:30 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-26 22:53:30 +0000 |
commit | 75434cbeb6e6c2e4107b9932a79b3d146dbdcc0f (patch) | |
tree | 64752a60736e9dff5f4bda45fe22bc4bba599ce3 /lib/class/error.class.php | |
parent | feffae660e250ba631e74dea0b62088749d10b6b (diff) | |
download | ampache-75434cbeb6e6c2e4107b9932a79b3d146dbdcc0f.tar.gz ampache-75434cbeb6e6c2e4107b9932a79b3d146dbdcc0f.tar.bz2 ampache-75434cbeb6e6c2e4107b9932a79b3d146dbdcc0f.zip |
tweaks to upload
Diffstat (limited to 'lib/class/error.class.php')
-rw-r--r-- | lib/class/error.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/error.class.php b/lib/class/error.class.php index b3e74ba5..013a2e08 100644 --- a/lib/class/error.class.php +++ b/lib/class/error.class.php @@ -51,7 +51,7 @@ class Error { $array = array($name=>$description); - error_results($array); + error_results($array,1); $this->error_state = 1; return true; |