mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 18:18:46 +02:00
Changed the <Hooks> grammar (typo)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user