Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit bdabb061 authored by Till's avatar Till
Browse files

Fix cache directory not found warning in templating system.

parent 351c2b6d
Branches
Tags
No related merge requests found
......@@ -89,7 +89,7 @@ if (!defined('vlibIniClassLoaded')) {
/* the following are only used by the vlibTemplateCache class. */
'CACHE_DIRECTORY' => $conf["template"]["cache_dir"],
'CACHE_DIRECTORY' => (isset($conf["template"]["cache_dir"]))?$conf["template"]["cache_dir"]:'',
// Directory where the cached filesystem
// will be set up (full path, and must be writable)
// '/' or '\' off the end of the directory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment