summaryrefslogtreecommitdiff
path: root/classes/pref/labels.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/pref/labels.php')
-rw-r--r--classes/pref/labels.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/pref/labels.php b/classes/pref/labels.php
index acaabb233..92acabd9e 100644
--- a/classes/pref/labels.php
+++ b/classes/pref/labels.php
@@ -139,7 +139,7 @@ class Pref_Labels extends Handler_Protected {
$sth->execute([$caption, $old_caption, $_SESSION['uid']]);
- print clean($_REQUEST["value"]);
+ print clean($_REQUEST["caption"]);
} else {
print $old_caption;
}