From d05b4b8aae1fb498b400e347c049990e13eac083 Mon Sep 17 00:00:00 2001 From: Hoang Huu Date: Fri, 20 Sep 2019 09:09:02 +0700 Subject: [PATCH] Fix property setting. --- inc/property/class-opalestate-property.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } }