diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-02-08 22:20:59 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-02-08 22:20:59 +0100 |
commit | 90a58e285c3bea14109e357fe0f6d190838252f4 (patch) | |
tree | 98da3f6623ed59af082aa85be65e234ae28563e5 | |
parent | a7a6b31a34a944fd1a3c791526208abade3b3578 (diff) |
c/file/claim_id(): Call _show_url() with an array
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | application/controllers/file.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/file.php b/application/controllers/file.php index 6d56fa793..1cc8f77b0 100644 --- a/application/controllers/file.php +++ b/application/controllers/file.php @@ -645,7 +645,7 @@ class File extends CI_Controller { $this->session->unset_userdata("last_upload"); - $this->_show_url($id, $last_upload["lexer"]); + $this->_show_url($ids, $last_upload["lexer"]); } /* Functions below this comment can only be run via the CLI |