mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 01:39:30 +02:00
Fix undefined $config
This commit is contained in:
@ -146,7 +146,7 @@ class Special extends \SpecialPage {
|
|||||||
$start += 1;
|
$start += 1;
|
||||||
|
|
||||||
// Check if the time limit is exceeded
|
// Check if the time limit is exceeded
|
||||||
if ( microtime( true ) - $startTime > $config->specialPageReloadAfter )
|
if ( microtime( true ) - $startTime > $this->config->specialPageReloadAfter )
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user