From 37c403664778897ebc2efdf8110ba5ebdfc51f84 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 21 Jul 2013 01:33:14 +0200 Subject: [PATCH] Fixed URL --- wcfsetup/install/files/acp/js/WCF.ACP.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/acp/js/WCF.ACP.js b/wcfsetup/install/files/acp/js/WCF.ACP.js index 12fa84b11a..65aa99e6a3 100644 --- a/wcfsetup/install/files/acp/js/WCF.ACP.js +++ b/wcfsetup/install/files/acp/js/WCF.ACP.js @@ -2282,7 +2282,7 @@ WCF.ACP.Import.Manager = Class.extend({ this._dialog.wcfDialog('render'); }, this), - url: 'index.php/AJAXInvokeAction/?t=' + SECURITY_TOKEN + SID_ARG_2ND + url: 'index.php/AJAXInvoke/?t=' + SECURITY_TOKEN + SID_ARG_2ND }); } else { -- 2.20.1