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'; }