Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

Commit

Permalink
Avoid conflict during core 5.19 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanw committed Sep 16, 2019
1 parent 4ea1c9c commit 11e3907
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions api4.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
use Symfony\Component\Config\FileLocator;

if (!is_callable('civicrm_api4')) {

/**
* Procedural wrapper for the OO api version 4.
*
Expand Down Expand Up @@ -85,6 +87,8 @@ function api4_civicrm_container($container) {
}
}

}

/**
* Implements hook_civicrm_coreResourceList().
*/
Expand Down
4 changes: 2 additions & 2 deletions info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<url desc="Documentation">https://wiki.civicrm.org/confluence/display/CRM/API+v4+Spec</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2019-05-22</releaseDate>
<version>4.4.2</version>
<releaseDate>2019-09-16</releaseDate>
<version>4.4.3</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.13</ver>
Expand Down

0 comments on commit 11e3907

Please sign in to comment.