projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c00b1e
)
Fixed response data method
author
Alexander Ebert
<ebert@woltlab.com>
Tue, 15 Nov 2011 16:02:27 +0000
(17:02 +0100)
committer
Alexander Ebert
<ebert@woltlab.com>
Tue, 15 Nov 2011 16:02:27 +0000
(17:02 +0100)
wcfsetup/install/files/js/WCF.js
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/js/WCF.js
b/wcfsetup/install/files/js/WCF.js
index be9614fb1366f171e3fc7f4c5771b034d84e4e66..576d4648c42a5a7c11242cd556776d52d6624c50 100644
(file)
--- 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