Completed
Push — dev2 ( 4094f0...646d6a )
by Gordon
02:58
created
tests/SearchableTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -538,8 +538,8 @@
 block discarded – undo
538 538
 				 $e->getMessage());
539 539
 		}
540 540
 
541
-    	// MUST REMOVE FIRST.  Otherwise append and the erroroneus value above still exists
542
-    	$config->remove('FlickrPhotoTO', 'searchable_relationships');
541
+		// MUST REMOVE FIRST.  Otherwise append and the erroroneus value above still exists
542
+		$config->remove('FlickrPhotoTO', 'searchable_relationships');
543 543
 		$config->update('FlickrPhotoTO' ,'searchable_relationships', $sr);
544 544
 	}
545 545
 
Please login to merge, or discard this patch.