Commit 2f2a28a
Tamas Erdelyi
Fixed line_number variable, Errors method
Variable line_number declaration was missing in method _from_csv. Now
it gets the key number of $row and add 1 to equal the correct line
number. I also created a separate errors() method to get errors from
the object, because getting the static variable couldn’t work for me.1 parent f01ec3a commit 2f2a28a
2 files changed
+12
-3
lines changedBinary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
371 | | - | |
| 371 | + | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
| 374 | + | |
375 | 375 | | |
376 | | - | |
| 376 | + | |
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
| |||
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
422 | 431 | | |
0 commit comments