X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2FPingback.php;h=8d7c3b6e4dd2ee1da9e6e39305ba33c697f81af1;hb=ba54f7f90dce0e06ff3c4ad1ec141362f10be9a9;hp=ee608c2d9c25f12df9da74a1c851f91a86734822;hpb=3c4f47cd8cc63dbc0ac31984108874deb2e6f078;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Pingback.php b/includes/Pingback.php index ee608c2d9c..8d7c3b6e4d 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__ );