diff options
Diffstat (limited to 'system/application/models')
-rw-r--r-- | system/application/models/file_mod.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/application/models/file_mod.php b/system/application/models/file_mod.php index 19a607334..30b170e3e 100644 --- a/system/application/models/file_mod.php +++ b/system/application/models/file_mod.php @@ -297,7 +297,7 @@ class File_mod extends Model { } } - function delete_id($id, $password) + function delete_id($id) { $filedata = $this->get_filedata($id); $password = $this->get_password(); |