Skip to content

Commit

Permalink
Merge pull request #1 from rolfwessels/rolfwessels-fix-double-slash-o…
Browse files Browse the repository at this point in the history
…n-download

Remove the additional slash.
  • Loading branch information
rolfwessels committed Dec 14, 2017
2 parents 2580f08 + f9eba73 commit a6c65b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/feedwriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public function __construct($id) {
$this->baseURL =
url_scheme() .
$_SERVER['SERVER_NAME'] .
dirname($_SERVER['REQUEST_URI']) . '/';
dirname($_SERVER['REQUEST_URI']);
}

public function write(array $results) {
Expand Down

0 comments on commit a6c65b2

Please sign in to comment.