From: Christian Weiske Date: Wed, 15 Dec 2010 21:45:58 +0000 (+0100) Subject: fix error X-Git-Tag: 1.0.0~32 X-Git-Url: https://git.cweiske.de/linksys-wrt3g-tools.git/commitdiff_plain/b92abe47b7290b0e861ddadaa7abcde5bc65cd6e fix error --- diff --git a/Wrt3g.php b/Wrt3g.php index 150b68c..9910b8e 100644 --- a/Wrt3g.php +++ b/Wrt3g.php @@ -177,7 +177,7 @@ class Wrt3g $parser = new Wrt3g_HtmlParser(); return $parser->status_noauth( - $this->loadStatus_NoAuth()->getBody() + $resp->getBody() ); }