Skip to content

Commit

Permalink
fix broken variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
padams committed Jan 25, 2022
1 parent 0a43f37 commit c9d572a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owa_httpRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}
}
}
Expand Down

0 comments on commit c9d572a

Please sign in to comment.