From e620f0ba6d80381d896d5e6a06cb35a345a3cf37 Mon Sep 17 00:00:00 2001 From: mattab Date: Mon, 19 May 2014 15:30:42 +1200 Subject: Fixes #5181 Renamed method --- core/Log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Log.php') diff --git a/core/Log.php b/core/Log.php index 09d548a7f0..ab4093cb5f 100644 --- a/core/Log.php +++ b/core/Log.php @@ -323,7 +323,7 @@ class Log extends Singleton ) { $logPath = PIWIK_USER_PATH . DIRECTORY_SEPARATOR . $logPath; } - $logPath = SettingsPiwik::rewriteTmpPathWithHostname($logPath); + $logPath = SettingsPiwik::rewriteTmpPathWithInstanceId($logPath); if (is_dir($logPath)) { $logPath .= '/piwik.log'; } -- cgit v1.2.3