X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ext%2Fpayflowpro%2Fpayflowpro.civix.php;h=02c9abccac903666a27290e5a44e6c249b7f62f9;hb=fb2094679a8c8745455ea4ff54ca6c51018ef63a;hp=981716e9d649b29cb3d41b777bd1c5be80a92756;hpb=bee2b57c18351befe5b35b4f54e93766f690bd59;p=civicrm-core.git diff --git a/ext/payflowpro/payflowpro.civix.php b/ext/payflowpro/payflowpro.civix.php index 981716e9d6..02c9abccac 100644 --- a/ext/payflowpro/payflowpro.civix.php +++ b/ext/payflowpro/payflowpro.civix.php @@ -91,9 +91,10 @@ function _payflowpro_civix_civicrm_config(&$config = NULL) { } $configured = TRUE; - $template =& CRM_Core_Smarty::singleton(); + $template = CRM_Core_Smarty::singleton(); - $extRoot = dirname(__FILE__) . DIRECTORY_SEPARATOR; + $extRoot = __DIR__ + . DIRECTORY_SEPARATOR; $extDir = $extRoot . 'templates'; if (is_array($template->template_dir)) {