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/UserCountry/functions.php')
-rw-r--r--plugins/UserCountry/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserCountry/functions.php b/plugins/UserCountry/functions.php
index 33a95600bb..008e4786a5 100644
--- a/plugins/UserCountry/functions.php
+++ b/plugins/UserCountry/functions.php
@@ -22,7 +22,7 @@ use Piwik\Tracker\Visit;
*/
function getFlagFromCode($code)
{
- $pathInPiwik = 'plugins/UserCountry/images/flags/%s.png';
+ $pathInPiwik = 'plugins/Morpheus/icons/dist/flags/%s.png';
$pathWithCode = sprintf($pathInPiwik, $code);
$absolutePath = PIWIK_INCLUDE_PATH . '/' . $pathWithCode;
if (file_exists($absolutePath)) {