We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b5872 commit 346efe4Copy full SHA for 346efe4
1 file changed
plugins/rss/rss.php
@@ -143,7 +143,7 @@ public function fetch( $history )
143
$headers['If-Last-Modified'] = $this->lastModified;
144
$cli = call_user_func($this->fetchURL, $this->url, $this->cookies, $headers);
145
if($cli->status<200 || $cli->status>=300) {
146
- if ($cli->status !== 304) {
+ if ($cli->status != 304) {
147
$msg = $cli->status == -100
148
? '[RSS-Timeout]'
149
: ($cli->status < 100
0 commit comments