X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FupdateCredits.php;h=287a40c558ee55d8415f43e9dae45dcc9683e660;hb=54c56da85a33ce18582b7b6023f9e93181334a34;hp=eb717e8c66c4739908b77876bb40bb4423f230f9;hpb=add4dcc1c0feccc6154ebbc89ef9c3984f83c5a6;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/updateCredits.php b/maintenance/updateCredits.php index eb717e8c66..287a40c558 100644 --- a/maintenance/updateCredits.php +++ b/maintenance/updateCredits.php @@ -59,7 +59,7 @@ unset( $lines ); $lines = explode( "\n", shell_exec( 'git log --format="%aN"' ) ); foreach ( $lines as $line ) { - if ( empty( $line ) ) { + if ( empty( $line ) ) { continue; } if ( substr( $line, 0, 5 ) === '[BOT]' ) {