| @@ -10,9 +10,9 @@ | ||
| 10 | 10 | return; |
| 11 | 11 | } |
| 12 | 12 | |
| 13 | 13 | // Do not run if we're not supposed to. |
| 14 | -if ( (int) get_option( 'patchstack_license_activated', 0 ) == 0 || get_option( 'patchstack_basic_firewall', 0 ) != 1 || get_option( 'patchstack_license_free', 0 ) == 1 ) { | |
| 14 | +if ( get_option( 'patchstack_license_activated', 0 ) == 0 || get_option( 'patchstack_basic_firewall', 0 ) != 1 || get_option( 'patchstack_license_free', 0 ) == 1 ) { | |
| 15 | 15 | return; |
| 16 | 16 | } |
| 17 | 17 | |
| 18 | 18 | // Load essential WP core file. |