diff options
Diffstat (limited to 'application')
-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 95cfc5613..10f4f542e 100644 --- a/application/models/mfile.php +++ b/application/models/mfile.php @@ -210,7 +210,7 @@ class Mfile extends CI_Model { // Delete the file and all multipastes using it // Note that this does not delete all relations in multipaste_file_map - // which is actually done by a SQL contraint. + // which is actually done by an SQL contraint. // TODO: make it work properly without the constraint $map = $this->db->select('url_id') ->distinct() |