Ticket #172 (closed Bug: fixed)
JS Code has extra slash
| Reported by: | loki_racer | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | RobotRock |
| Component: | Core | Keywords: | |
| Cc: | Sensitive: |
Description
piwik_url = 'http://piwik.example.com//piwik.php';
should be
piwik_url = 'http://piwik.example.com/piwik.php';
Change History
Note: See
TracTickets for help on using
tickets.
