Fix property setting.
This commit is contained in:
parent
730e3f1911
commit
d05b4b8aae
@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user