summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-08-21 17:45:35 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-08-21 17:45:35 +0200
commit5947ccb5ff7078b10bd8541afc5dafc4122bfed7 (patch)
treed57fd6abf7909c0ec46a9a9e09a785234e3af616
parentd2fdfc77f7a9485548869414d4377cd6848fe339 (diff)
Remove unecessary whitespace
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--application/models/mfile.php2
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))) {