X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=dav%2FSabreDAV%2Flib%2FSabre%2FDAV%2FTemporaryFileFilterPlugin.php;h=843112081ccd88a22d1476bbac15ee0f7cb35433;hb=96c41e56233765571870b56081efc366655bead4;hp=36096e677752e61fc1b62e53f3caf64c47e131aa;hpb=915145fc2773bf7ac00ba58370de2c4abd4fc678;p=friendica-addons.git diff --git a/dav/SabreDAV/lib/Sabre/DAV/TemporaryFileFilterPlugin.php b/dav/SabreDAV/lib/Sabre/DAV/TemporaryFileFilterPlugin.php index 36096e67..84311208 100644 --- a/dav/SabreDAV/lib/Sabre/DAV/TemporaryFileFilterPlugin.php +++ b/dav/SabreDAV/lib/Sabre/DAV/TemporaryFileFilterPlugin.php @@ -45,7 +45,7 @@ class Sabre_DAV_TemporaryFileFilterPlugin extends Sabre_DAV_ServerPlugin { ); /** - * This is the directory where this plugin + * This is the directory where this addon * will store it's files. * * @var string @@ -60,7 +60,7 @@ class Sabre_DAV_TemporaryFileFilterPlugin extends Sabre_DAV_ServerPlugin { private $server; /** - * Creates the plugin. + * Creates the addon. * * Make sure you specify a directory for your files. If you don't, we * will use PHP's directory for session-storage instead, and you might @@ -77,9 +77,9 @@ class Sabre_DAV_TemporaryFileFilterPlugin extends Sabre_DAV_ServerPlugin { } /** - * Initialize the plugin + * Initialize the addon * - * This is called automatically be the Server class after this plugin is + * This is called automatically be the Server class after this addon is * added with Sabre_DAV_Server::addPlugin() * * @param Sabre_DAV_Server $server