diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-07-13 21:23:58 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-07-13 21:23:58 +0200 |
commit | 4df597a28e577acaba34bc05dfe6fdf31fb8114f (patch) | |
tree | b036470c2b10dcc832fbb15d186dec694efe06c1 /application/models | |
parent | e6a9a71c54ff1a04b113feea84a6e7c5afc5fcba (diff) |
Fix typo
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 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() |