From 5947ccb5ff7078b10bd8541afc5dafc4122bfed7 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 21 Aug 2016 17:45:35 +0200 Subject: Remove unecessary whitespace Signed-off-by: Florian Pritz --- application/models/mfile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/mfile.php b/application/models/mfile.php index 4b14f1bf5..977240c89 100644 --- a/application/models/mfile.php +++ b/application/models/mfile.php @@ -246,7 +246,7 @@ class Mfile extends CI_Model { public function delete_data_id($data_id) { list ($hash, $storage_id) = explode("-", $data_id); - + $this->db->where('id', $storage_id) ->delete('file_storage'); if (file_exists($this->file($data_id))) { -- cgit v1.2.3-24-g4f1b