Skip to content

Commit efb1d8e

Browse files
committed
SimplePie::subscribe_bloglines() shouldn't have urldecode() applied…
1 parent c417cf7 commit efb1d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simplepie.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2092,7 +2092,7 @@ function embed_wmedia(width, height, link) {
20922092

20932093
function subscribe_bloglines()
20942094
{
2095-
return urldecode($this->subscribe_service('http://www.bloglines.com/sub/'));
2095+
return $this->subscribe_service('http://www.bloglines.com/sub/');
20962096
}
20972097

20982098
function subscribe_eskobo()

0 commit comments

Comments
 (0)