diff options
| author | Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> | 2022-04-05 13:51:46 +0200 |
|---|---|---|
| committer | Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> | 2022-04-05 14:08:30 +0200 |
| commit | 5706bc28e137a034e2e045f02323362a74f405cd (patch) | |
| tree | 6cd5219c70ce52d1ad79539c472a85bafc6e9da2 /lib/plugins/engine/PluginRepository.class.php | |
| parent | 560792739a43b0a710c1ddc1f73712f3e11a007f (diff) | |
fix comment, re #687
Diffstat (limited to 'lib/plugins/engine/PluginRepository.class.php')
| -rw-r--r-- | lib/plugins/engine/PluginRepository.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/engine/PluginRepository.class.php b/lib/plugins/engine/PluginRepository.class.php index 11219b7..ef09a6c 100644 --- a/lib/plugins/engine/PluginRepository.class.php +++ b/lib/plugins/engine/PluginRepository.class.php @@ -51,7 +51,7 @@ class PluginRepository * [...] * </plugins> * - * @param string $url given url for plugin + * @param string $url plugin repository url */ public function readMetadata($url) { |
