debug output should not be there
This commit is contained in:
parent
fde08b2389
commit
5a03ce696c
1 changed files with 0 additions and 1 deletions
|
@ -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']);
|
||||
|
|
Loading…
Reference in a new issue