mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 10:15:57 +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);
|
return sha1(implode(",", $pluginhost->get_plugin_names()) . $tmp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user