From 0d3058a1abb491ae591597342bcbf67cfcd795a9 Mon Sep 17 00:00:00 2001 From: basefont <> Date: Sat, 13 Mar 2021 09:03:31 +0000 Subject: [PATCH] fix typo --- chat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat.php b/chat.php index 1233e3b..d9814e7 100644 --- a/chat.php +++ b/chat.php @@ -3662,7 +3662,7 @@ function destroy_chat(array $C){ global $I, $db, $memcached, $session; setcookie(COOKIENAME, false); $session = ''; - print_start('destory'); + print_start('destroy'); $db->exec('DROP TABLE ' . PREFIX . 'captcha;'); $db->exec('DROP TABLE ' . PREFIX . 'files;'); $db->exec('DROP TABLE ' . PREFIX . 'filter;');