From a1ef7d4fb76b4edfa97d3480f9cd55a80644fe6e Mon Sep 17 00:00:00 2001 From: Stricted Date: Thu, 2 Jul 2015 13:02:01 +0200 Subject: [PATCH] fix stupid error :D --- SpeedPort.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpeedPort.class.php b/SpeedPort.class.php index d0720b6..363e294 100644 --- a/SpeedPort.class.php +++ b/SpeedPort.class.php @@ -67,7 +67,7 @@ class SpeedPort { $data = $this->getValues($data); if (isset($data['challengev']) && !empty($data['challengev'])) { - $this->challenge = $data[1]['varvalue']; + $this->challenge = $data['challengev']; } } -- 2.20.1