Skip to content

Commit 89792e0

Browse files
committed
Another small fix.
1 parent f779a6c commit 89792e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReduxCore/framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2227,7 +2227,7 @@ public function _register_settings() {
22272227
*/
22282228
do_action( "redux/options/{$this->args['opt_name']}/register", $this->sections);
22292229

2230-
if ( $runUpdate && !isset( $this->parent->never_save_to_db ) ) { // Always update the DB with new fields
2230+
if ( $runUpdate && !isset( $this->never_save_to_db ) ) { // Always update the DB with new fields
22312231
$this->set_options( $this->options );
22322232
}
22332233

0 commit comments

Comments
 (0)