diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-08-21 17:45:35 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-08-21 17:45:35 +0200 |
commit | 5947ccb5ff7078b10bd8541afc5dafc4122bfed7 (patch) | |
tree | d57fd6abf7909c0ec46a9a9e09a785234e3af616 /application/models | |
parent | d2fdfc77f7a9485548869414d4377cd6848fe339 (diff) |
Remove unecessary whitespace
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/models')
-rw-r--r-- | application/models/mfile.php | 2 |
1 files changed, 1 insertions, 1 deletions
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))) { |