Completed
Push — develop ( c9b4ef...8b1de7 )
by Greg
09:54
created
app/Family.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -82,12 +82,12 @@
 block discarded – undo
82 82
 	}
83 83
 
84 84
 		/**
85
-	 * Generate a private version of this record
86
-	 *
87
-	 * @param int $access_level
88
-	 *
89
-	 * @return string
90
-	 */
85
+		 * Generate a private version of this record
86
+		 *
87
+		 * @param int $access_level
88
+		 *
89
+		 * @return string
90
+		 */
91 91
 	protected function createPrivateGedcomRecord($access_level) {
92 92
 		$SHOW_PRIVATE_RELATIONSHIPS = $this->tree->getPreference('SHOW_PRIVATE_RELATIONSHIPS');
93 93
 
Please login to merge, or discard this patch.