Completed
Pull Request — trunk (#535)
by
unknown
07:38
created
includes/helper-functions.php 1 patch
Braces   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -30,9 +30,10 @@
 block discarded – undo
30 30
 	}
31 31
 
32 32
 	$file = cmb2_dir( "includes/{$class_name}.php" );
33
-	if( file_exists( $file ) )
34
-		include_once( $file );
35
-}
33
+	if( file_exists( $file ) ) {
34
+			include_once( $file );
35
+	}
36
+	}
36 37
 
37 38
 /**
38 39
  * Get instance of the CMB2_Utils class
Please login to merge, or discard this patch.