diff options
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; } |