From 3b2dd3d27ba4bbbc9a20855b8ab641fe6463fced Mon Sep 17 00:00:00 2001 From: jf-cbd Date: Mon, 15 Sep 2025 11:34:22 +0200 Subject: [PATCH] Renaming + formatting --- application/utils.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/utils.inc.php b/application/utils.inc.php index 4ed047504..d4cc6d6ed 100644 --- a/application/utils.inc.php +++ b/application/utils.inc.php @@ -3045,9 +3045,9 @@ TXT $oXpath = new \DOMXPath($oDom); $oNodes = $oXpath->query('//a[@data-object-class and @data-object-key]'); - foreach ($oNodes as $oNode) { - $sObjClass = $oNode->getAttribute('data-object-class'); - $sObjId = $oNode->getAttribute('data-object-key'); + foreach ($oNodes as $oObjNode) { + $sObjClass = $oObjNode->getAttribute('data-object-class'); + $sObjId = $oObjNode->getAttribute('data-object-key'); $sText = $oNode->getText(); // Ensure that what we found is actually configured as a mention