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