projects
/
com.zyxware.civiwci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e242dd8
)
#29801 - Fix for widget template directory path.
author
Manoj K
<manoj.k@zyxware.com>
Fri, 17 Oct 2014 05:00:04 +0000
(10:30 +0530)
committer
Manoj K
<manoj.k@zyxware.com>
Fri, 17 Oct 2014 05:00:04 +0000
(10:30 +0530)
wci-helper-functions.php
patch
|
blob
|
blame
|
history
diff --git
a/wci-helper-functions.php
b/wci-helper-functions.php
index 68648cac7f16e2ae8a3df9805e5ffea96c60aa71..5022cf2fe8605d44a140c7140ef3c7c70ff27962 100644
(file)
--- 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