diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-02-09 17:27:57 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-02-14 08:36:26 +0100 |
commit | d3ef967993d1e685e3311b073a8312c9dafdf214 (patch) | |
tree | ef4cba82e584d8238120a372901bf47db1104744 /apps/files_trashbin/lib/trash.php | |
parent | 5c4a804ddb4942687d5b8495d1ede51873cd412b (diff) | |
download | nextcloud-server-d3ef967993d1e685e3311b073a8312c9dafdf214.tar.gz nextcloud-server-d3ef967993d1e685e3311b073a8312c9dafdf214.zip |
Fix indentation style
Diffstat (limited to 'apps/files_trashbin/lib/trash.php')
-rw-r--r-- | apps/files_trashbin/lib/trash.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/lib/trash.php b/apps/files_trashbin/lib/trash.php index d88dc1ac252..8016040f1e9 100644 --- a/apps/files_trashbin/lib/trash.php +++ b/apps/files_trashbin/lib/trash.php @@ -349,7 +349,7 @@ class Trashbin { $versionsName = \OCP\Config::getSystemValue('datadirectory').$view->getAbsolutePath($filename);
$versions = array(); if ($timestamp ) { - // fetch for old versions
+ // fetch for old versions $matches = glob( $versionsName.'.v*.d'.$timestamp ); $offset = -strlen($timestamp)-2; } else { |