diff options
author | jan <jan@jandecaluwe.com> | 2005-03-30 11:50:25 +0200 |
---|---|---|
committer | jan <jan@jandecaluwe.com> | 2005-03-30 11:50:25 +0200 |
commit | 9afe4dbf2e0907d016556ca89d08115ab99ab903 (patch) | |
tree | a556772e026a9480087080a5628214ccb88a83e9 /inc/common.php | |
parent | 2120eac47b2a91003bc0945a38c64de6e337b8f2 (diff) | |
download | rpg-9afe4dbf2e0907d016556ca89d08115ab99ab903.tar.gz rpg-9afe4dbf2e0907d016556ca89d08115ab99ab903.tar.bz2 |
Replace .* files by _*
darcs-hash:20050330095025-45605-5b5e82865c7fba8e88c43511ae4bf28ebf334d1b.gz
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()); } } |