summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Plugin/Client/Plugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugin/Client/Plugin.php b/lib/Plugin/Client/Plugin.php
index d96d306e6..66252916c 100644
--- a/lib/Plugin/Client/Plugin.php
+++ b/lib/Plugin/Client/Plugin.php
@@ -15,7 +15,7 @@ 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