From c9d572af00bc62f7f054c74259979e2993452a70 Mon Sep 17 00:00:00 2001 From: padams Date: Tue, 25 Jan 2022 00:43:27 +0000 Subject: [PATCH] fix broken variable. --- owa_httpRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } } }