From 90a58e285c3bea14109e357fe0f6d190838252f4 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 8 Feb 2013 22:20:59 +0100 Subject: c/file/claim_id(): Call _show_url() with an array Signed-off-by: Florian Pritz --- application/controllers/file.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/controllers/file.php') 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 -- cgit v1.2.3-24-g4f1b