We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ceca9db + 8eee4d5 commit 0de9c9cCopy full SHA for 0de9c9c
admin/helpers/api.php
@@ -13,7 +13,7 @@
13
// Component Helper
14
jimport('joomla.application.component.helper');
15
class CivicrmHelperApi {
16
- function civiInit() {
+ static function civiInit() {
17
if (!defined('CIVICRM_SETTINGS_PATH')) {
18
define('CIVICRM_SETTINGS_PATH', JPATH_BASE . '/components/com_civicrm/civicrm.settings.php');
19
}
@@ -23,7 +23,7 @@ function civiInit() {
23
$config = CRM_Core_Config::singleton();
24
25
26
- function civiimport($path) {
+ static function civiimport($path) {
27
self::civiInit();
28
29
global $civicrm_root;
0 commit comments