From: Stricted Date: Sat, 17 Jun 2017 12:56:04 +0000 (+0200) Subject: fix last commit X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fad29c096e3fb78abf62550fdefe7706ffde0854;p=GitHub%2FStricted%2Fspeedport-hybrid-php-api.git fix last commit --- diff --git a/lib/trait/Login.class.php b/lib/trait/Login.class.php index aee01b3..0bb3045 100644 --- a/lib/trait/Login.class.php +++ b/lib/trait/Login.class.php @@ -100,7 +100,7 @@ trait Login { $a = explode('challenge = "', $data['body']); if (!isset($a[1])) { - return getChallenge_old(); + return $this->getChallenge_old(); } $a = explode('";', $a[1]);