fix last commit
authorStricted <info@stricted.net>
Sat, 17 Jun 2017 12:56:04 +0000 (14:56 +0200)
committerStricted <info@stricted.net>
Sat, 17 Jun 2017 12:56:04 +0000 (14:56 +0200)
lib/trait/Login.class.php

index aee01b3279a648106f4a9fd65c39ead5adbdec42..0bb3045e40637faac303f8e50e2dc1d27767f3b6 100644 (file)
@@ -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]);