X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FPingback.php;h=bf2123fae3d3d85bd73355b8002d29fda1d6ca0b;hb=e62a8361d75344ab15e8def60cb7f2c6c4db2adb;hp=64b54f1e4b1d99aa0c5f8343349eb61d1c96b923;hpb=bc4417a522553d208767c7f42d70b42685c68051;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__ );