Skip to content

Commit bb6103f

Browse files
committed
Fix cookiefilelocation typo
1 parent 91cefe2 commit bb6103f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/robot/crawler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ public function scrape($url) {
11001100

11011101
global $CFG;
11021102

1103-
static $cookiefilelocaion = '';
1103+
static $cookiefilelocation = '';
11041104
if (!$cookiefilelocation) {
11051105
$cookiefilelocation = make_request_directory() . '/tool_crawler_cookies.txt';
11061106
}

0 commit comments

Comments
 (0)