X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FDataUpdate.php;h=7b9ac2811da2a326fbaef0bb231ff12b18a14db5;hb=3bf0dd2e66d48cfd9d813a29817d86108a684fcd;hp=c1076b238d4cb6ac9d2d503207c7b1a565863a68;hpb=0bb11a1b5833ca381d999fe3411281f10dca088c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DataUpdate.php b/includes/DataUpdate.php index c1076b238d..7b9ac2811d 100644 --- a/includes/DataUpdate.php +++ b/includes/DataUpdate.php @@ -78,7 +78,9 @@ abstract class DataUpdate implements DeferrableUpdate { * @throws Exception|null */ public static function runUpdates( $updates ) { - if ( empty( $updates ) ) return; # nothing to do + if ( empty( $updates ) ) { + return; # nothing to do + } $open_transactions = array(); $exception = null;