From: Andrew Dolgov Date: Fri, 30 Dec 2005 16:10:15 +0000 (+0100) Subject: fix backend sanity failure X-Git-Tag: schema_freeze_for_1.1.2~27 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=57d7223aee754323a6abcddd34ea58bfd02bfd5b;p=tt-rss.git fix backend sanity failure --- diff --git a/backend.php b/backend.php index 775c17c3..e4dd4fea 100644 --- a/backend.php +++ b/backend.php @@ -748,7 +748,7 @@ } if ($subop == "sanityCheck") { - sanity_check(); + sanity_check($link); } if ($subop == "globalPurge") {