mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-02-03 18:35:04 +00:00
fix variable name
This commit is contained in:
parent
ec3fc1e15d
commit
055b15333e
@ -543,7 +543,7 @@ if (!empty($argv[1])) {
|
||||
|
||||
foreach ($selectorTarget->childNodes as $node) {
|
||||
|
||||
$value = trim($element->ownerDocument->saveHtml());
|
||||
$value = trim($node->ownerDocument->saveHtml());
|
||||
|
||||
if (empty($value)) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user