aboutsummaryrefslogtreecommitdiff
path: root/lib/plugins/engine/PluginRepository.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/engine/PluginRepository.class.php')
-rw-r--r--lib/plugins/engine/PluginRepository.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/engine/PluginRepository.class.php b/lib/plugins/engine/PluginRepository.class.php
index bf44a8f..11219b7 100644
--- a/lib/plugins/engine/PluginRepository.class.php
+++ b/lib/plugins/engine/PluginRepository.class.php
@@ -40,7 +40,6 @@ class PluginRepository
* Read plugin meta data from the given URL (using XML format).
* The structure of the XML is:
*
- *
* <plugins>
* <plugin name="DummyPlugin"
* <release
@@ -51,6 +50,7 @@ class PluginRepository
* </plugin>
* [...]
* </plugins>
+ *
* @param string $url given url for plugin
*/
public function readMetadata($url)