X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FPingback.php;h=bf2123fae3d3d85bd73355b8002d29fda1d6ca0b;hb=b1baa56b84ec34191c14b835dbcd6734a784b585;hp=64b54f1e4b1d99aa0c5f8343349eb61d1c96b923;hpb=969293ba563c007832c439bb56f584ea201ffc24;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Pingback.php b/includes/Pingback.php index 64b54f1e4b..bf2123fae3 100644 --- a/includes/Pingback.php +++ b/includes/Pingback.php @@ -99,7 +99,7 @@ class Pingback { return $dbw->upsert( 'updatelog', [ 'ul_key' => $this->key, 'ul_value' => $timestamp ], - [ 'ul_key' => $this->key ], + [ 'ul_key' ], [ 'ul_value' => $timestamp ], __METHOD__ );