projects
/
GitHub
/
Stricted
/
speedport-hybrid-php-api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5575d01
)
fix last commit
author
Stricted
<info@stricted.net>
Sat, 17 Jun 2017 12:56:04 +0000
(14:56 +0200)
committer
Stricted
<info@stricted.net>
Sat, 17 Jun 2017 12:56:04 +0000
(14:56 +0200)
lib/trait/Login.class.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/trait/Login.class.php
b/lib/trait/Login.class.php
index aee01b3279a648106f4a9fd65c39ead5adbdec42..0bb3045e40637faac303f8e50e2dc1d27767f3b6 100644
(file)
--- 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]);