Test Setup Failed
Push — master ( 65294a...859093 )
by Nathan
21:42
created
admin/inc/class.admin_account.inc.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -266,7 +266,7 @@
 block discarded – undo
266 266
 		$content['owner'] = '0';
267 267
 
268 268
 		// Explicitly, always clear these
269
-		static $clear_content = Array(
269
+		static $clear_content = array(
270 270
 			'n_family','n_given','n_middle','n_suffix','n_fn','n_fileas',
271 271
 			'account_id','contact_id','id','etag','carddav_name','uid'
272 272
 		);
Please login to merge, or discard this patch.