~ubuntu-branches/ubuntu/quantal/gosa/quantal

« back to all changes in this revision

Viewing changes to gosa-core/html/main.php

  • Committer: Package Import Robot
  • Author(s): Cajus Pollmeier
  • Date: 2012-06-19 09:36:39 UTC
  • mfrom: (7.2.16 sid)
  • Revision ID: package-import@ubuntu.com-20120619093639-uxhp7dk39opb2ygk
Tags: 2.7.4-4
New smarty3 package fixes problems with template loading. This
release removes the workarounds for that issue.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
@DEBUG (DEBUG_CONFIG, __LINE__, __FUNCTION__, __FILE__, $config->data, "config");
112
112
 
113
113
/* Set template compile directory */
114
 
$smarty->setCompileDir($config->get_cfg_value("core","templateCompileDirectory"));
 
114
$smarty->compile_dir= $config->get_cfg_value("core","templateCompileDirectory");
115
115
$smarty->error_unassigned= true;
116
116
 
117
117
/* Set default */