summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
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..66252916c 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