From: Alexander Ebert Date: Tue, 15 Nov 2011 16:02:27 +0000 (+0100) Subject: Fixed response data method X-Git-Tag: 2.0.0_Beta_1~1591^2~6 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e1230d802c03edebb425bdc075f3ec4583bc7b7a;p=GitHub%2FWoltLab%2FWCF.git Fixed response data method --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index be9614fb13..576d4648c4 100644 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -3356,7 +3356,7 @@ $.widget('ui.wcfAJAXDialog', $.ui.dialog, { } // AJAXProxy - if ($data.returnValues[key]) { + if ($data.returnValues && $data.returnValues[key]) { return $data.returnValues[key]; } // PackageInstallation