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
1 changed files with 0 additions and 2 deletions

View File

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