Completed
Pull Request — master (#2379)
by
unknown
44s
created
classes/models/fields/FrmFieldType.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1199,9 +1199,9 @@
 block discarded – undo
1199 1199
 	}
1200 1200
 	
1201 1201
 		/**
1202
-	 * When the field is read only, does it need it include hidden fields?
1203
-	 * Checkboxes and dropdowns need this
1204
-	 */
1202
+		 * When the field is read only, does it need it include hidden fields?
1203
+		 * Checkboxes and dropdowns need this
1204
+		 */
1205 1205
 	protected function show_readonly_hidden() {
1206 1206
 		return false;
1207 1207
 	}
Please login to merge, or discard this patch.