Mwalker has uploaded a new change for review.

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


Change subject: Fix to Installer Bootstrap
......................................................................

Fix to Installer Bootstrap

We weren't creating the contribution types because of a naming
conflict :(

Change-Id: I03b2b772f072b6de2c2ab178bfba4355c207eea4
---
M sites/all/modules/wmf_common/wmf_civicrm/bootstrap.inc
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm 
refs/changes/42/61042/1

diff --git a/sites/all/modules/wmf_common/wmf_civicrm/bootstrap.inc 
b/sites/all/modules/wmf_common/wmf_civicrm/bootstrap.inc
index c3338ec..f38ae40 100644
--- a/sites/all/modules/wmf_common/wmf_civicrm/bootstrap.inc
+++ b/sites/all/modules/wmf_common/wmf_civicrm/bootstrap.inc
@@ -59,8 +59,8 @@
     $api->OptionGroup->Get(array(
         'name' => $group_name,
     ));
-    $values = $api->values();
-    $option_group = array_pop($values);
+    $apiresp = $api->values();
+    $option_group = array_pop($apiresp);
     foreach ($values as $value)
     {
         $api->OptionValue->Get(array(

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I03b2b772f072b6de2c2ab178bfba4355c207eea4
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm
Gerrit-Branch: master
Gerrit-Owner: Mwalker <[email protected]>

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

Reply via email to