From 4948e8782800b9de1521517d0af3ff427e38dc5e Mon Sep 17 00:00:00 2001 From: mattab Date: Mon, 7 Apr 2014 19:27:07 +1200 Subject: Fixes #4960 --- core/Updates/2.2.0-b15.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Updates/2.2.0-b15.php b/core/Updates/2.2.0-b15.php index 07c1732be1..8437a83dbb 100644 --- a/core/Updates/2.2.0-b15.php +++ b/core/Updates/2.2.0-b15.php @@ -21,7 +21,7 @@ class Updates_2_2_0_b15 extends Updates // if the file is there, it can cause bugs (we don't have an archiver in VisitFrequency anymore) $path = PIWIK_INCLUDE_PATH . '/plugins/VisitFrequency/Archiver.php'; if (file_exists($path)) { - Filesystem::unlinkRecursive($path); + @unlink($path); } } } -- cgit v1.2.3