Skip to content

Commit

Permalink
FIX: syntax in php file
Browse files Browse the repository at this point in the history
  • Loading branch information
neo-garaix committed Jan 27, 2025
1 parent c0ca69d commit 8a1db73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapBuilder/controllers/default.classic.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public function index()
$rep->body->assign('allowUserAccountRequests', $services->allowUserAccountRequests);

// Add Google Analytics ID
if ($services->googleAnalyticsID != '' && preg_match('/^UA-\\d+-\\d+$/', $services->googleAnalyticsID) == 1) {
if ($services->googleAnalyticsID != '' && preg_match('/^UA-\d+-\d+$/', $services->googleAnalyticsID) == 1) {
$rep->body->assign('googleAnalyticsID', $services->googleAnalyticsID);
}

Expand Down

0 comments on commit 8a1db73

Please sign in to comment.