X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fblock%2Fblock.install;h=50b27585f36b12529e16546f7d4f115a10961894;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=6545a1997a590fea155dc6b36c6c5a21654a637f;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/block/block.install b/web/core/modules/block/block.install index 6545a1997..50b27585f 100644 --- a/web/core/modules/block/block.install +++ b/web/core/modules/block/block.install @@ -73,7 +73,7 @@ function block_update_8001() { // their own updates. $update_backup[$block->get('id')] = [ 'missing_context_ids' => $backup_values, - 'status' => $block->get('status') + 'status' => $block->get('status'), ]; } }