Commit 819949c
committed
bug #3537 Add missing variable assignment (colinodell)
This PR was submitted for the 2.2 branch but it was merged into the 2.3 branch instead (closes #3537).
Discussion
----------
Add missing variable assignment
Line 41 made use of $crawler which wasn't defined.
Commits
-------
8f41c15 Add missing variable assignment1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments