Skip to content

Commit 9fb9e83

Browse files
Merge branch 'master' into master
2 parents f1aaf48 + 9627c98 commit 9fb9e83

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

maintenance/CheckLastWikiActivity.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ public function __construct() {
1515
}
1616

1717
public function execute(): void {
18-
if ( !$this->isQuiet() ) {
19-
$this->output( (string)$this->getTimestamp() );
20-
}
18+
$this->output( (string)$this->getTimestamp() );
2119
}
2220

2321
public function getTimestamp(): int {

0 commit comments

Comments
 (0)