Skip to content

Commit

Permalink
UHF-10880: The 'javascript_error_handler' setting is set manually per…
Browse files Browse the repository at this point in the history
… drupal instance.
  • Loading branch information
khalima committed Nov 6, 2024
1 parent 0b9d6c6 commit 5a6d423
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helfi_api_base.install
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ function helfi_api_base_install(bool $is_syncing = FALSE) : void {
'debug' => FALSE,
])
->set('fatal_error_handler', TRUE)
->set('javascript_error_handler', TRUE)
->save();
}
}
Expand Down

0 comments on commit 5a6d423

Please sign in to comment.