1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +02:00

some other minor changes, nothing big

This commit is contained in:
Karl 'vollmerk' Vollmer 2008-11-29 18:38:46 +00:00
parent 73809f0c1d
commit 245b69d645
4 changed files with 8 additions and 22 deletions

View file

@ -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;
}