diff --git a/inc/property/class-opalestate-property.php b/inc/property/class-opalestate-property.php index 4701d47c..5d8c0194 100755 --- a/inc/property/class-opalestate-property.php +++ b/inc/property/class-opalestate-property.php @@ -149,7 +149,7 @@ class Opalestate_Property { ]; foreach ( $keys as $key ) { - $this->property_settings[ $key ] = opalestate_get_option( 'enable_single_' . $key, 'on' ); + $this->property_settings[ $key ] = opalestate_get_option( 'enable_single_' . $key ); } }