X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FBlock.php;h=a7b80352b3f9a2f428f1ae7f90d93ffe7e51c3d7;hb=377ce5a469476a0ec68a6f03e3f5714eb40caeff;hp=9567b06803accdde75e7fdc4542b35be32e256c6;hpb=c3de9b16fb6b05b708cf8afa0cd66990e4043abf;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Block.php b/includes/Block.php index 9567b06803..a7b80352b3 100644 --- a/includes/Block.php +++ b/includes/Block.php @@ -224,7 +224,7 @@ class Block { 'ipb_address', 'ipb_by', 'ipb_by_text', - 'ipb_by_actor' => $wgActorTableSchemaMigrationStage > MIGRATION_OLD ? 'ipb_by_actor' : null, + 'ipb_by_actor' => $wgActorTableSchemaMigrationStage > MIGRATION_OLD ? 'ipb_by_actor' : 'NULL', 'ipb_timestamp', 'ipb_auto', 'ipb_anon_only',