diff --git a/owa_httpRequest.php b/owa_httpRequest.php index d3f8dfbd..6439c8ca 100644 --- a/owa_httpRequest.php +++ b/owa_httpRequest.php @@ -133,7 +133,7 @@ function extractAnchorText( $url ) { owa_coreAPI::debug('Anchor info: '.print_r($this->anchor_info, true)); - return owa_lib::inputFilter( $anchotext ); + return owa_lib::inputFilter( $anchortext ); } } }