[Pkg-owncloud-commits] [php-sabredav] 04/23: Fixes Issue #37

David Prévot taffit at moszumanska.debian.org
Sat Nov 30 15:44:00 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag version-1.0.12
in repository php-sabredav.

commit 81c7e9322520636a815f3e8a059907f8603bac46
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Fri Mar 26 13:13:42 2010 +0900

    Fixes Issue #37
---
 lib/Sabre/DAV/TemporaryFileFilterPlugin.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Sabre/DAV/TemporaryFileFilterPlugin.php b/lib/Sabre/DAV/TemporaryFileFilterPlugin.php
index 5121603..1f80627 100644
--- a/lib/Sabre/DAV/TemporaryFileFilterPlugin.php
+++ b/lib/Sabre/DAV/TemporaryFileFilterPlugin.php
@@ -146,7 +146,7 @@ class Sabre_DAV_TemporaryFileFilterPlugin extends Sabre_DAV_ServerPlugin {
             '/^desktop.ini$/', // Windows custom folder settings
             '/^Thumbs.db$/',   // Windows thumbnail cache
             '/^.(.*).swp$/',   // ViM temporary files
-            '/\.dat(.*)$/',     // Smultron seems to create these
+            '/^\.dat(.*)$/',   // Smultron seems to create these
         );
 
         $match = false;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list