plugin updates
This commit is contained in:
@@ -187,6 +187,6 @@ final class WP_Recovery_Mode_Key_Service {
|
||||
* @return bool True on success, false on failure.
|
||||
*/
|
||||
private function update_keys( array $keys ) {
|
||||
return update_option( $this->option_name, $keys );
|
||||
return update_option( $this->option_name, $keys, false );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user