From c2812550598b2471a8cd929228962b07e122c6a8 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Sun, 4 Jun 2006 20:47:46 +0000 Subject: [PATCH] Try to create config cache file if it doesn't already exist --- config/dmsDefaults.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/config/dmsDefaults.php b/config/dmsDefaults.php index 057f82e..f1254b5 100644 --- a/config/dmsDefaults.php +++ b/config/dmsDefaults.php @@ -424,6 +424,7 @@ class KTInit { $this->readConfig(); $oKTConfig =& KTConfig::getSingleton(); + @touch($cache_file); if ($store_cache && is_writable($cache_file)) { $oKTConfig->createCache($cache_file); } -- libgit2 0.21.4