Jelajahi Sumber

Renamed the "

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3297 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 10 tahun lalu
induk
melakukan
995a3a6b66
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      setup/modelfactory.class.inc.php

+ 2 - 2
setup/modelfactory.class.inc.php

@@ -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)
 		{