From 9361f2cfd7ad1b6e65c58941b1a5187e83178651 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 3 Dec 2013 08:56:48 -0800 Subject: [PATCH] Fixed field name Change-Id: Ic7fd20309c0160b600a93913ddc5290d2be5f07c --- includes/job/jobs/RefreshLinksJob.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/job/jobs/RefreshLinksJob.php b/includes/job/jobs/RefreshLinksJob.php index ea1d5962ec..e5f3ce5d14 100644 --- a/includes/job/jobs/RefreshLinksJob.php +++ b/includes/job/jobs/RefreshLinksJob.php @@ -97,7 +97,7 @@ class RefreshLinksJob extends Job { } // Job to update link tables for a given title } else { - $this->runForTitle( $this->mTitle ); + $this->runForTitle( $this->title ); } return true; -- 2.20.1