From: Christian Weiske Date: Mon, 23 Apr 2018 14:24:37 +0000 (+0200) Subject: Fix comment_pingstate SQL error X-Git-Tag: v1.0.0~2 X-Git-Url: https://git.cweiske.de/anoweco.git/commitdiff_plain/51a214f88973e888787fc8c7848ae8f6b8e9d57c Fix comment_pingstate SQL error --- diff --git a/src/anoweco/Storage.php b/src/anoweco/Storage.php index 6a7e204..b5f4165 100644 --- a/src/anoweco/Storage.php +++ b/src/anoweco/Storage.php @@ -28,6 +28,7 @@ class Storage . ', comment_of_url = :ofUrl' . ', comment_type = :type' . ', comment_json = :json' + . ', comment_pingstate = "0"' ); $ofUrl = '';