Skip to content

Commit

Permalink
Merge pull request #1525 from tripal/tv4g0-issue1520-php8.2-deprecati…
Browse files Browse the repository at this point in the history
…ons-2

Tripal 4 - Fix all the PHP 8.2 deprecations part 2
  • Loading branch information
laceysanderson committed May 25, 2023
2 parents 5bdb1ee + f5f517b commit a05e1bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tripal/tripal.install
Original file line number Diff line number Diff line change
Expand Up @@ -897,12 +897,13 @@ function tripal_update_8401() {
/**
* Implements hook_update_N().
*
* Removes PostgreSQL schema clonging functions.
* Removes PostgreSQL schema cloning functions.
*/
function tripal_update_8402() {
// Remove the Tripal DBX Cloner functions from the Drupal schema.
tripal_uninstall_cloner();
$messenger->addMessage('Removed PostgreSQL schema clonging functions');
$messenger = \Drupal::messenger();
$messenger->addMessage('Removed PostgreSQL schema cloning functions');
}

/**
Expand Down

0 comments on commit a05e1bc

Please sign in to comment.