Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/API/API.php')
-rw-r--r--plugins/API/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/API/API.php b/plugins/API/API.php
index 1d8b92dbd6..810a01a8c2 100644
--- a/plugins/API/API.php
+++ b/plugins/API/API.php
@@ -485,7 +485,7 @@ class Piwik_API_API
*/
public function getSVGLogoUrl($pathOnly = false)
{
- $logo = 'plugins/Zeitgeist/theme/images/logo.svg';
+ $logo = 'plugins/Zeitgeist/images/logo.svg';
if (Piwik_Config::getInstance()->branding['use_custom_logo'] == 1
&& file_exists(Piwik_Common::getPathToPiwikRoot() . '/themes/logo.svg')
) {