From: Manoj K Date: Fri, 17 Oct 2014 05:00:04 +0000 (+0530) Subject: #29801 - Fix for widget template directory path. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c311490a1f6dff573e2ff552fc5052212c59be98;p=com.zyxware.civiwci.git #29801 - Fix for widget template directory path. --- 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