Skip to content

Commit

Permalink
pkp/pkp-lib#9487 Included common fields for extra reliability
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasraoni committed Jan 11, 2024
1 parent d96cf22 commit 91ae830
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ private function _settingsAsJSON() {
});
} else {
try {
$settings = Capsule::table($tableName)->where('setting_type', 'object')->get();
$settings = Capsule::table($tableName, 's')->where('setting_type', 'object')->get(['setting_name', 'setting_value', 's.*']);
} catch (Exception $e) {
error_log("Failed to migrate the settings entity \"{$tableName}\"\n" . $e);
continue;
Expand Down

0 comments on commit 91ae830

Please sign in to comment.