@@ -16,5 +16,7 @@ |
||
16 | 16 | /** |
17 | 17 | * Prevent loading the library more than once |
18 | 18 | */ |
19 | -if( defined( 'AMARKAL_VALIDATION' ) ) return false; |
|
19 | +if( defined( 'AMARKAL_VALIDATION' ) ) { |
|
20 | + return false; |
|
21 | +} |
|
20 | 22 | define( 'AMARKAL_VALIDATION', true ); |
21 | 23 | \ No newline at end of file |