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 13:51:46 +0200 |
| commit | bbcf2b47f9fb9e3f0027e300904b8544b443b7b0 (patch) | |
| tree | 920d1033eeaed7bc5a8658db4e49695f627792dd /lib/plugins/engine/PluginRepository.class.php | |
| parent | b18b08a7570f9e3820b86e069917b38a891b579a (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) { |
