diff options
Diffstat (limited to 'inc/common.php')
-rw-r--r-- | inc/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/common.php b/inc/common.php index 251fbcdc3..62794d834 100644 --- a/inc/common.php +++ b/inc/common.php @@ -712,7 +712,7 @@ function saveWikiText($id,$text,$summary){ //purge cache on add by updating the purgefile if($conf['purgeonadd'] && (!$old || $del)){ - io_saveFile($conf['datadir'].'/.cache/purgefile',time()); + io_saveFile($conf['datadir'].'/_cache/purgefile',time()); } } |