Update dirty flag in a place it was missing
All checks were successful
timw4mail/php-kilo/pipeline/head This commit looks good
All checks were successful
timw4mail/php-kilo/pipeline/head This commit looks good
This commit is contained in:
parent
6c568dfaac
commit
b63c3e49d8
@ -70,11 +70,11 @@ class Document {
|
|||||||
{
|
{
|
||||||
// Remove line endings when reading the file
|
// Remove line endings when reading the file
|
||||||
$this->rows[] = Row::new($this, rtrim($line), $this->numRows);
|
$this->rows[] = Row::new($this, rtrim($line), $this->numRows);
|
||||||
// $this->insertRow($this->numRows, rtrim($line), FALSE);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fclose($handle);
|
fclose($handle);
|
||||||
|
|
||||||
|
$this->dirty = false;
|
||||||
$this->selectSyntaxHighlight();
|
$this->selectSyntaxHighlight();
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
|
Loading…
Reference in New Issue
Block a user