Skip to content

Commit

Permalink
TL-40011 removing missing charset function from Totara fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
codyfinegan committed Apr 10, 2024
1 parent a1ef192 commit 41d330d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,6 @@ public function parse($buffer)
if (! empty($this->env->parent)) {
throw $this->parseError('unclosed block');
}

if ($this->charset) {
array_unshift($this->env->children, $this->charset);
}
} finally {
assert($this->env !== null);
$this->restoreEncoding();
Expand Down

0 comments on commit 41d330d

Please sign in to comment.