From bb6103f8105c8ff64326778722af9fbb9553e6d9 Mon Sep 17 00:00:00 2001 From: Benjamin Walker Date: Thu, 6 Feb 2025 09:02:59 +1000 Subject: [PATCH] Fix cookiefilelocation typo --- classes/robot/crawler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/robot/crawler.php b/classes/robot/crawler.php index c8846d7..7ef6b2f 100644 --- a/classes/robot/crawler.php +++ b/classes/robot/crawler.php @@ -1100,7 +1100,7 @@ public function scrape($url) { global $CFG; - static $cookiefilelocaion = ''; + static $cookiefilelocation = ''; if (!$cookiefilelocation) { $cookiefilelocation = make_request_directory() . '/tool_crawler_cookies.txt'; }