We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351c2b6 commit bdabb06Copy full SHA for bdabb06
server/lib/classes/tpl_ini.inc.php
@@ -89,7 +89,7 @@ public static function vlibTemplate () {
89
90
/* the following are only used by the vlibTemplateCache class. */
91
92
- 'CACHE_DIRECTORY' => $conf["template"]["cache_dir"],
+ 'CACHE_DIRECTORY' => (isset($conf["template"]["cache_dir"]))?$conf["template"]["cache_dir"]:'',
93
// Directory where the cached filesystem
94
// will be set up (full path, and must be writable)
95
// '/' or '\' off the end of the directory.
0 commit comments