summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.js b/prefs.js
index 4f315297c..ca205237e 100644
--- a/prefs.js
+++ b/prefs.js
@@ -1113,7 +1113,7 @@ function selectedUserDetails() {
var id = rows[0];
- xmlhttp.open("GET", "backend.php?op=user-details&id=" + id, true);
+ xmlhttp.open("GET", "backend.php?op=pref-users&subop=user-details&id=" + id, true);
xmlhttp.onreadystatechange=infobox_callback;
xmlhttp.send(null);