Skip to content

Commit

Permalink
Should be a string
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Oct 19, 2022
1 parent 490fd7d commit c841a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sqlite/integration/db.copy
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ add_action(
add_filter(
'option_{PERFLAB_MODULES_SETTING}',
function( $value ) {
$value['{SQLITE_MODULE}'] = array( 'enabled' => 1 );
$value['{SQLITE_MODULE}'] = array( 'enabled' => '1' );
return $value;
}
);

0 comments on commit c841a26

Please sign in to comment.