projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
054fece
)
CRM-11658 - distmaker - Allow running Joomla scripts for multiple users on the same...
author
Tim Otten
<totten@civicrm.org>
Wed, 6 Mar 2013 22:06:13 +0000
(17:06 -0500)
committer
Tim Otten
<totten@civicrm.org>
Wed, 6 Mar 2013 22:13:00 +0000
(17:13 -0500)
distmaker/utils/joomlaxml.php
patch
|
blob
|
blame
|
history
diff --git
a/distmaker/utils/joomlaxml.php
b/distmaker/utils/joomlaxml.php
index e258d10746d9107b7e56aea2376ecb370fd6eb6d..150d37272f531a84a86c02809a4fdd0a37952216 100644
(file)
--- a/
distmaker/utils/joomlaxml.php
+++ b/
distmaker/utils/joomlaxml.php
@@
-56,7
+56,7
@@
function generateJoomlaConfig($version) {
$smarty = new Smarty();
$smarty->template_dir = $sourceCheckoutDir . '/xml/templates';
- $smarty->compile_dir = '/tmp/templates_c
'
;
+ $smarty->compile_dir = '/tmp/templates_c
_u' . posix_geteuid()
;
createDir($smarty->compile_dir);
$smarty->assign('CiviCRMVersion', $version);