From 27886351b6d774cbcefa30d750f24fbe6b2abd37 Mon Sep 17 00:00:00 2001 From: teanan Date: Fri, 24 Jun 2005 03:00:07 +0900 Subject: [PATCH] Correct typo. CAHCE_DIR => CACHE_DIR (Commented by yamasaki) --- plugin/update_entities.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/update_entities.inc.php b/plugin/update_entities.inc.php index 01ca39b..0947726 100644 --- a/plugin/update_entities.inc.php +++ b/plugin/update_entities.inc.php @@ -1,6 +1,6 @@ ' . "\n" . + or die_message('cannot write file ' . CACHE_DIR . 'entities.dat
' . "\n" . 'maybe permission is not writable or filename is too long'); fwrite($fp, $pattern); fclose($fp); -- 2.11.0