diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2011-04-17 11:20:28 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2011-04-17 11:20:28 +0200 |
commit | 5a03ce696c24e577fd0fbc8235df50c34fb1c05c (patch) | |
tree | f0e2676010d7006cb02d93c594ffea4a82c33e3c /lib/filestorage.php | |
parent | fde08b2389514121e548148a86c88ee303ae72e3 (diff) | |
download | nextcloud-server-5a03ce696c24e577fd0fbc8235df50c34fb1c05c.tar.gz nextcloud-server-5a03ce696c24e577fd0fbc8235df50c34fb1c05c.zip |
debug output should not be there
Diffstat (limited to 'lib/filestorage.php')
-rw-r--r-- | lib/filestorage.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/filestorage.php b/lib/filestorage.php index 462cc402814..fbd28a7dfb3 100644 --- a/lib/filestorage.php +++ b/lib/filestorage.php @@ -379,7 +379,6 @@ class OC_FILESTORAGE_LOCAL extends OC_FILESTORAGE{ } public function fromTmpFile($tmpFile,$path){ -die( "oh nooo!" ); $fileStats = stat($tmpFile); if(rename($tmpFile,$this->datadir.$path)){ touch($this->datadir.$path, $fileStats['mtime'], $fileStats['atime']); |