1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 01:15:55 +00:00

Merge branch 'master' into dojo-module-define-test

This commit is contained in:
Andrew Dolgov
2018-08-23 13:43:57 +03:00

View File

@@ -2601,6 +2601,9 @@
should be loaded systemwide in config.php */
function send_local_file($filename) {
if (file_exists($filename)) {
if (is_writable($filename)) touch($filename);
$tmppluginhost = new PluginHost();
$tmppluginhost->load(PLUGINS, PluginHost::KIND_SYSTEM);