diff --git a/includes/Special.php b/includes/Special.php index 453e262..72e15c4 100644 --- a/includes/Special.php +++ b/includes/Special.php @@ -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; }