Fixed field name
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 3 Dec 2013 16:56:48 +0000 (08:56 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 3 Dec 2013 16:56:48 +0000 (08:56 -0800)
Change-Id: Ic7fd20309c0160b600a93913ddc5290d2be5f07c

includes/job/jobs/RefreshLinksJob.php

index ea1d596..e5f3ce5 100644 (file)
@@ -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;