@@ -30,9 +30,10 @@ |
||
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 |