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/Referrers/Social.php')
-rw-r--r--plugins/Referrers/Social.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Referrers/Social.php b/plugins/Referrers/Social.php
index 1de70a3068..9b81cb7adc 100644
--- a/plugins/Referrers/Social.php
+++ b/plugins/Referrers/Social.php
@@ -162,14 +162,14 @@ class Social extends Singleton
*
* @param string $domain
* @return string path
- * @see plugins/Referrers/images/socials/
+ * @see plugins/Morpheus/icons/dist/socials/
*/
public function getLogoFromUrl($domain)
{
$social = $this->getSocialNetworkFromDomain($domain);
$socialNetworks = $this->getDefinitions();
- $filePattern = 'plugins/Referrers/images/socials/%s.png';
+ $filePattern = 'plugins/Morpheus/icons/dist/socials/%s.png';
$socialDomains = array_keys($socialNetworks, $social);
foreach ($socialDomains as $domain) {