X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FupdateCredits.php;h=287a40c558ee55d8415f43e9dae45dcc9683e660;hb=2f28050b6b866f684da92c1832c0a3938b59ef0b;hp=eb717e8c66c4739908b77876bb40bb4423f230f9;hpb=4cb9c1a24bde6e29c5e8f05c7cd1de54ffdd342a;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]' ) {