Skip to content

Commit

Permalink
Fix cookiefilelocation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bwalkerl committed Feb 5, 2025
1 parent 91cefe2 commit bb6103f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/robot/crawler.php
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ public function scrape($url) {

global $CFG;

static $cookiefilelocaion = '';
static $cookiefilelocation = '';
if (!$cookiefilelocation) {
$cookiefilelocation = make_request_directory() . '/tool_crawler_cookies.txt';
}
Expand Down

0 comments on commit bb6103f

Please sign in to comment.