Skip to content

Commit 7dd28a1

Browse files
committed
Big oops.
1 parent 89792e0 commit 7dd28a1

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
@@ -2347,7 +2347,7 @@ public function set_transients() {
23472347
public function _validate_options( $plugin_options ) {
23482348

23492349
if ( $plugin_options == $this->options ) {
2350-
return;
2350+
return $plugin_options;
23512351
}
23522352

23532353
$time = time();

0 commit comments

Comments
 (0)