Skip to content

Commit

Permalink
Revert "make sure overwritten matomo URL ends in a / char"
Browse files Browse the repository at this point in the history
This reverts commit 97c73f2.
  • Loading branch information
diosmosis committed Dec 4, 2024
1 parent 97c73f2 commit d9cc16e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/WpMatomo/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ public function set_matomo_url() {

$matomo_url = SettingsPiwik::getPiwikUrl();
$plugins_url = plugins_url( 'app', MATOMO_ANALYTICS_FILE );
$plugins_url = rtrim( $plugins_url, '/' ) . '/';
// need to make sure to update plugins url if it changes eg if installed somewhere else or domain changes

if ( $matomo_url
Expand Down

0 comments on commit d9cc16e

Please sign in to comment.