Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NFC] Add missing letter "h" in upgrade script for task description #16687

Merged
merged 1 commit into from
Mar 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add missing letter h
  • Loading branch information
demeritcowboy committed Mar 4, 2020
commit a84e7185f9381e2b86a05089ce98a328973632e0
2 changes: 1 addition & 1 deletion CRM/Upgrade/Incremental/php/FiveTwentyFour.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function setPostUpgradeMessage(&$postUpgradeMessage, $rev) {
public function upgrade_5_24_alpha1($rev) {
$this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev);
$this->addTask('Install sequential creditnote extension', 'installCreditNotes');
$this->addTask('Drop obsolete columns from saved_searc table', 'dropSavedSearchColumns');
$this->addTask('Drop obsolete columns from saved_search table', 'dropSavedSearchColumns');
}

/**
Expand Down