Merge lp:~hartmut-php/eventum/bug-809182 into lp:eventum

Proposed by Hartmut Holzgraefe
Status: Merged
Merged at revision: 4342
Proposed branch: lp:~hartmut-php/eventum/bug-809182
Merge into: lp:eventum
Diff against target: 11 lines (+1/-0)
1 file modified
htdocs/setup/index.php (+1/-0)
To merge this branch: bzr merge lp:~hartmut-php/eventum/bug-809182
Reviewer Review Type Date Requested Status
Eventum Development Team Pending
Review via email: mp+67666@code.launchpad.net

Description of the change

fix for bug #809182

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'htdocs/setup/index.php'
2--- htdocs/setup/index.php 2010-05-27 10:45:28 +0000
3+++ htdocs/setup/index.php 2011-07-12 08:51:20 +0000
4@@ -117,6 +117,7 @@
5 require_once APP_SMARTY_PATH . '/Smarty.class.php';
6
7 $tpl = new Smarty();
8+$tpl->plugins_dir = array(APP_INC_PATH . '/smarty', 'plugins');
9 $tpl->template_dir = APP_TPL_PATH;
10 $tpl->compile_dir = APP_TPL_COMPILE_PATH;
11 $tpl->config_dir = '';

Subscribers

People subscribed via source and target branches