diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-11-29 18:38:46 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-11-29 18:38:46 +0000 |
commit | 245b69d645b0b00ef52063f08466e11e3bf09ccc (patch) | |
tree | 3deb277e6ae05d4821dcb5bdf86d34262c9f65cf /lib/class/api.class.php | |
parent | 73809f0c1dd345e572b2cea9503454f3a1bb2a12 (diff) | |
download | ampache-245b69d645b0b00ef52063f08466e11e3bf09ccc.tar.gz ampache-245b69d645b0b00ef52063f08466e11e3bf09ccc.tar.bz2 ampache-245b69d645b0b00ef52063f08466e11e3bf09ccc.zip |
some other minor changes, nothing big
Diffstat (limited to 'lib/class/api.class.php')
-rw-r--r-- | lib/class/api.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/api.class.php b/lib/class/api.class.php index 7da358f5..6d65ec24 100644 --- a/lib/class/api.class.php +++ b/lib/class/api.class.php @@ -49,7 +49,7 @@ class Api { if (intval($version) < self::$version) { debug_event('API','Login Failed version too old','1'); - Error::add('api','Login Failed versoin too old'); + Error::add('api','Login Failed version too old'); return false; } |