Skip to content

Commit

Permalink
removed file deletion after updating the media info Ticket #13305
Browse files Browse the repository at this point in the history
  • Loading branch information
xrowdominik committed Aug 3, 2018
1 parent 2389e8e commit 40943e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/xrowmedia.php
Expand Up @@ -198,7 +198,6 @@ public function updateMediaInfo()
}

$this->addInfo( $filePath, $binary->attribute( 'mime_type' ) );
$file->deleteLocal();
}
else
{
Expand Down

0 comments on commit 40943e9

Please sign in to comment.