aboutsummaryrefslogtreecommitdiff
path: root/classes/PluginHost.php
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-04 09:36:27 +0000
committerAndrew Dolgov <fox@fakecake.org>2025-05-04 09:36:27 +0000
commitbb0a136944cbb60b44d655bf8e50553119210578 (patch)
treecf6b5464b3d3be667444316608d369a081016e6d /classes/PluginHost.php
parentbc0da8edb699eec9fb6424bb5d8650ac48dca69d (diff)
parent01159fa6f8c2421457297914dd42039bc12b826e (diff)
Merge branch 'cringe-jobs' into 'master'
Cringe jobs See merge request tt-rss/tt-rss!124
Diffstat (limited to 'classes/PluginHost.php')
-rw-r--r--classes/PluginHost.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/PluginHost.php b/classes/PluginHost.php
index 1ab9c0301..f61a5a9a4 100644
--- a/classes/PluginHost.php
+++ b/classes/PluginHost.php
@@ -906,4 +906,5 @@ class PluginHost {
$ref = new ReflectionClass(get_class($plugin));
return basename(dirname(dirname($ref->getFileName()))) == "plugins.local";
}
+
}