From 85853f9ec29be9a2ba92737de204da1469f72dd8 Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Fri, 10 Feb 2012 11:30:38 +0100 Subject: - Added the ability to change a files mtime via webdavs propset. - Added some minor debug help to fscache --- lib/filesystem.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/filesystem.php') diff --git a/lib/filesystem.php b/lib/filesystem.php index a18072ecbc2..75997c244ff 100644 --- a/lib/filesystem.php +++ b/lib/filesystem.php @@ -345,6 +345,9 @@ class OC_Filesystem{ static public function filemtime($path){ return self::$defaultInstance->filemtime($path); } + static public function setFileMtime($path, $mtime){ + return self::$defaultInstance->setFileMtime($path, $mtime); + } static public function file_get_contents($path){ return self::$defaultInstance->file_get_contents($path); } -- cgit v1.2.3