浏览代码

- Typo

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@395 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 15 年之前
父节点
当前提交
24ae651ed3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/testlist.inc.php

+ 2 - 2
pages/testlist.inc.php

@@ -987,9 +987,9 @@ class TestBulkChangeOnFarm extends TestBizModel
 			// attributes
 			array('name' => '_name', 'height' => '_height', 'birth' => '_birth'),
 			// ext keys
-			array()
+			array(),
 			// reconciliation
-			array('name'),
+			array('name')
 		);
 
 		$oMyChange = MetaModel::NewObject("CMDBChange");