]> git.mxchange.org Git - friendica-addons.git/blobdiff - dav/SabreDAV/lib/Sabre/DAV/Mount/Plugin.php
Merge branch '3.6-rc'
[friendica-addons.git] / dav / SabreDAV / lib / Sabre / DAV / Mount / Plugin.php
index b37a90ae9939a1315e438a4bd55d5687e12cc28b..45f865bd81695f916b38ac29faed17ba08c23e74 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /**
- * This plugin provides support for RFC4709: Mounting WebDAV servers
+ * This addon provides support for RFC4709: Mounting WebDAV servers
  *
  * Simply append ?mount to any collection to generate the davmount response.
  *
@@ -20,7 +20,7 @@ class Sabre_DAV_Mount_Plugin extends Sabre_DAV_ServerPlugin {
     private $server;
 
     /**
-     * Initializes the plugin and registers event handles
+     * Initializes the addon and registers event handles
      *
      * @param Sabre_DAV_Server $server
      * @return void