From c311490a1f6dff573e2ff552fc5052212c59be98 Mon Sep 17 00:00:00 2001 From: Manoj K Date: Fri, 17 Oct 2014 10:30:04 +0530 Subject: [PATCH] #29801 - Fix for widget template directory path. --- wci-helper-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wci-helper-functions.php b/wci-helper-functions.php index 68648ca..5022cf2 100644 --- a/wci-helper-functions.php +++ b/wci-helper-functions.php @@ -24,7 +24,7 @@ } function getWciWidgetTemplatePath() { - $widget_tpl_path = getExtensionRootPath() . '/templates/CRM/Wci/Page'; + $widget_tpl_path = __DIR__ . '/templates/CRM/Wci/Page'; return $widget_tpl_path; } \ No newline at end of file -- 2.25.1