mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 04:15:55 +00:00
calculate_article_hash: don't die() on previous, woops
This commit is contained in:
@@ -16,8 +16,6 @@ class RSSUtils {
|
||||
}
|
||||
}
|
||||
|
||||
die;
|
||||
|
||||
return sha1(implode(",", $pluginhost->get_plugin_names()) . $tmp);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user