diff options
Diffstat (limited to 'application/service/files.php')
-rw-r--r-- | application/service/files.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/service/files.php b/application/service/files.php index ed0d3ec7e..e12e636be 100644 --- a/application/service/files.php +++ b/application/service/files.php @@ -81,7 +81,7 @@ class files { )); } - static public function add_file($id, $file, $filename) + static public function add_uploaded_file($id, $file, $filename) { self::add_file_callback($id, $filename, array( "hash" => function() use ($file) { |