This website works better with JavaScript
Home
Explore
Help
Sign In
LBP
/
FressRSS
mirror of
https://github.com/FreshRSS/FreshRSS.git
Watch
4
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Merge branch 'HTTPS-enclosures' into dev
Alexandre Alapetite
10 years ago
parent
059886bb0e
c1de11f17d
commit
89669df72b
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
lib/SimplePie/SimplePie/Sanitize.php
+ 1
- 1
lib/SimplePie/SimplePie/Sanitize.php
View File
@@ -305,7 +305,7 @@ class SimplePie_Sanitize
break;
break;
}
}
}
}
- return
fals
e;
+ return
$node === tru
e;
}
}
/**
/**