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:
parent
73809f0c1d
commit
245b69d645
4 changed files with 8 additions and 22 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue