Completed
Pull Request — master (#1415)
by Stephanie
32s
created
classes/models/FrmSettings.php 1 patch
Braces   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,7 +76,8 @@  discard block
 block discarded – undo
76 76
 	}
77 77
 
78 78
 	private function translate_settings( $settings ) {
79
-		if ( $settings ) { // Workaround for W3 total cache conflict.
79
+		if ( $settings ) {
80
+// Workaround for W3 total cache conflict.
80 81
 			return unserialize( serialize( $settings ) );
81 82
 		}
82 83
 
@@ -88,7 +89,8 @@  discard block
 block discarded – undo
88 89
 		}
89 90
 
90 91
 		// If unserializing didn't work
91
-		if ( $settings ) { // Workaround for W3 total cache conflict.
92
+		if ( $settings ) {
93
+// Workaround for W3 total cache conflict.
92 94
 			$settings = unserialize( serialize( $settings ) );
93 95
 		} else {
94 96
 			$settings = $this;
Please login to merge, or discard this patch.