Parcourir la source

- Typo

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@395 a333f486-631f-4898-b8df-5754b55c2be0
dflaven il y a 15 ans
Parent
commit
24ae651ed3
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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");