mirror of
https://github.com/hnhx/librex.git
synced 2025-04-29 14:09:27 -04:00
revert: Removed the '@' symbol from line 187 in 'misc/tools.php' as it is not recommended to use error suppression
This commit is contained in:
parent
c1c401a5f9
commit
9c17401c66
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@
|
|||
function get_xpath($response)
|
||||
{
|
||||
$htmlDom = new DOMDocument;
|
||||
$htmlDom->loadHTML($response);
|
||||
@$htmlDom->loadHTML($response);
|
||||
$xpath = new DOMXPath($htmlDom);
|
||||
|
||||
return $xpath;
|
||||
|
|
Loading…
Add table
Reference in a new issue