Eileen has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/313164

Change subject: Add CiviCRM initialize to upgrade function.
......................................................................

Add CiviCRM initialize to upgrade function.

Required when no other upgrade functions running

Change-Id: I45c1f978775f37802600e5f66ddb391f9e9cd2f5
---
M sites/all/modules/wmf_civicrm/wmf_civicrm.install
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm 
refs/changes/64/313164/1

diff --git a/sites/all/modules/wmf_civicrm/wmf_civicrm.install 
b/sites/all/modules/wmf_civicrm/wmf_civicrm.install
index d31ad5f..bfb9e76 100644
--- a/sites/all/modules/wmf_civicrm/wmf_civicrm.install
+++ b/sites/all/modules/wmf_civicrm/wmf_civicrm.install
@@ -2234,6 +2234,7 @@
  * Bug: T96410
 */
 function wmf_civicrm_update_7260() {
+  civicrm_initialize();
   require_once('update_7260.php');
   _wmf_civicrm_update_7260_update_preferred_language();
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/313164
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I45c1f978775f37802600e5f66ddb391f9e9cd2f5
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm
Gerrit-Branch: deployment
Gerrit-Owner: Eileen <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to