Changed the <Hooks> grammar (typo)

This commit is contained in:
Eric Espie
2022-02-07 16:28:19 +01:00
parent 965273009c
commit 99819527db

View File

@@ -3564,10 +3564,10 @@ EOF;
}
$aContexts = array();
$oContexts = $oListener->GetOptionalElement('Contexts');
$oContexts = $oListener->GetOptionalElement('contexts');
if ($oContexts)
{
foreach ($oContexts->getElementsByTagName('Context') as $oContext)
foreach ($oContexts->getElementsByTagName('context') as $oContext)
{
$aContexts[] = $oContext->GetText();
}