From: Aaron Schulz Date: Tue, 3 Dec 2013 16:56:48 +0000 (-0800) Subject: Fixed field name X-Git-Tag: 1.31.0-rc.0~17815^2 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=9361f2cfd7ad1b6e65c58941b1a5187e83178651;p=lhc%2Fweb%2Fwiklou.git Fixed field name Change-Id: Ic7fd20309c0160b600a93913ddc5290d2be5f07c --- 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;