X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FPingback.php;h=bf2123fae3d3d85bd73355b8002d29fda1d6ca0b;hb=32bfea6c4e5a4a1dbf56a9f5a144d434adf63b3a;hp=64b54f1e4b1d99aa0c5f8343349eb61d1c96b923;hpb=c35b81bda40abd7f8a1bb022f9d4a2ae9b3e7afb;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__ );