From 5a03ce696c24e577fd0fbc8235df50c34fb1c05c Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Sun, 17 Apr 2011 11:20:28 +0200 Subject: [PATCH] debug output should not be there --- lib/filestorage.php | 1 - 1 file changed, 1 deletion(-) 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']); -- 2.39.5