summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDevlin Junker <devlin.junker@gmail.com>2023-09-25 13:15:14 -0700
committerBenjamin Brahmer <info@b-brahmer.de>2023-10-01 10:28:29 +0200
commite16ab4a3641bad7762a9e0ce2f1c66943cd8298b (patch)
tree13beba326ce16e288be7018fc721ce3caf3fff87 /lib
parent2ebd898a1b049e6f4dbd3f8a2ca5ff2d04814bb1 (diff)
add warning message generated with PHP, also check for subcribe_to parameter
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Plugin/Client/Plugin.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Plugin/Client/Plugin.php b/lib/Plugin/Client/Plugin.php
index 373968056..d96d306e6 100644
--- a/lib/Plugin/Client/Plugin.php
+++ b/lib/Plugin/Client/Plugin.php
@@ -14,6 +14,8 @@
namespace OCA\News\Plugin\Client;
/**
+ * TODO: remove this? it seems old.. there is no global list of plugins anymore and seems like plugins register themselves
+ *
* We actually really want to avoid this global list of plugins. A way would be
* for News plugin apps to register themselves in a special database table
* and the News app would just pull out the scripts that should be attached