We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3430989 commit 4c229ceCopy full SHA for 4c229ce
maintenance/ManageInactiveWikis.php
@@ -184,7 +184,7 @@ private function handleClosedWiki(
184
$isClosed = $remoteWiki->isClosed() && $closedTimestamp;
185
if ( $isClosed && $closedTimestamp < date( 'YmdHis', strtotime( "-{$removeDays} days" ) ) ) {
186
if ( $canWrite ) {
187
- // $remoteWiki->delete();
+ $remoteWiki->delete();
188
$this->output(
189
"{$dbname} is eligible for removal and now has been. " .
190
"It was closed on {$closedTimestamp}. Last activity: {$lastActivityTimestamp}.\n"
0 commit comments