aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiHelpParamValueMessage.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/api/ApiHelpParamValueMessage.php')
-rw-r--r--includes/api/ApiHelpParamValueMessage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiHelpParamValueMessage.php b/includes/api/ApiHelpParamValueMessage.php
index 01975a61f124..5fa988fb5e21 100644
--- a/includes/api/ApiHelpParamValueMessage.php
+++ b/includes/api/ApiHelpParamValueMessage.php
@@ -118,7 +118,7 @@ class ApiHelpParamValueMessage extends Message {
$msg->interface = $this->interface;
$msg->language = $this->language;
$msg->useDatabase = $this->useDatabase;
- $msg->title = $this->title;
+ $msg->contextPage = $this->contextPage;
return $msg->fetchMessage();
}