From 5b1001737df2bad7517b3efe3ea7e48f397f59d7 Mon Sep 17 00:00:00 2001 From: henoheno Date: Sat, 10 Feb 2007 15:20:44 +0900 Subject: [PATCH] pkwk_touch_file() also corrects the ownership --- plugin/online.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/online.inc.php b/plugin/online.inc.php index 11df1e5..37cb0a2 100644 --- a/plugin/online.inc.php +++ b/plugin/online.inc.php @@ -65,7 +65,7 @@ function plugin_online_itself($type = 0) // & $count == Number of online users function plugin_online_check_online(& $count, $host = '') { - if (pkwk_touch_file(PLUGIN_ONLINE_USER_LIST)) return FALSE; + if (! pkwk_touch_file(PLUGIN_ONLINE_USER_LIST)) return FALSE; // Open $fp = @fopen(PLUGIN_ONLINE_USER_LIST, 'r'); -- 2.11.0