1
0
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:
Andrew Dolgov
2020-05-17 17:44:32 +03:00
parent 3a142cbf58
commit 06d2c65193

View File

@@ -16,8 +16,6 @@ class RSSUtils {
}
}
die;
return sha1(implode(",", $pluginhost->get_plugin_names()) . $tmp);
}