summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-30 17:10:15 +0100
committerAndrew Dolgov <[email protected]>2005-12-30 17:10:15 +0100
commit57d7223aee754323a6abcddd34ea58bfd02bfd5b (patch)
treebfe49aac17d2197523eb93d537d86d97487ab113 /backend.php
parent65f28a40cfad5877f9e1dc6fdf65116655f3ee05 (diff)
fix backend sanity failure
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 775c17c39..e4dd4fea1 100644
--- a/backend.php
+++ b/backend.php
@@ -748,7 +748,7 @@
}
if ($subop == "sanityCheck") {
- sanity_check();
+ sanity_check($link);
}
if ($subop == "globalPurge") {