Fix property setting.

This commit is contained in:
Hoang Huu 2019-09-20 09:09:02 +07:00
parent 730e3f1911
commit d05b4b8aae

@ -149,7 +149,7 @@ class Opalestate_Property {
]; ];
foreach ( $keys as $key ) { 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 );
} }
} }