From ffd2530359ea5691d63bd3a38fa40789bf1af1bf Mon Sep 17 00:00:00 2001 From: umorigu Date: Thu, 21 Jan 2016 21:58:30 +0900 Subject: [PATCH] BugTrack2/356 Fix spell miss of COUNTER_DIR --- plugin/counter.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/counter.inc.php b/plugin/counter.inc.php index db572a1..35f1230 100644 --- a/plugin/counter.inc.php +++ b/plugin/counter.inc.php @@ -73,7 +73,7 @@ function plugin_counter_get_count($page) $file = COUNTER_DIR . encode($page) . PLUGIN_COUNTER_SUFFIX; pkwk_touch_file($file); $fp = fopen($file, 'r+') - or die('counter.inc.php: Cannot open COUTER_DIR/' . basename($file)); + or die('counter.inc.php: Cannot open COUNTER_DIR/' . basename($file)); set_file_buffer($fp, 0); flock($fp, LOCK_EX); rewind($fp); -- 2.11.0