mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
Renamed the "
SVN:trunk[3297]
This commit is contained in:
@@ -215,8 +215,8 @@ class ModelFactory
|
||||
$this->oMenus = $this->oDOMDocument->CreateElement('menus');
|
||||
$this->oRoot->AppendChild($this->oMenus);
|
||||
|
||||
$this->oCombodo = $this->oDOMDocument->CreateElement('combodo');
|
||||
$this->oRoot->AppendChild($this->oCombodo);
|
||||
$this->oMeta = $this->oDOMDocument->CreateElement('meta');
|
||||
$this->oRoot->AppendChild($this->oMeta);
|
||||
|
||||
foreach($aRootNodeExtensions as $sElementName)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user