Skip to content

Commit

Permalink
Insert class: do not discard title and meta queue (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbaseman committed Mar 25, 2019
1 parent 363a926 commit 9749cdc
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions wbce/framework/Insert.php
Original file line number Diff line number Diff line change
Expand Up @@ -1258,14 +1258,10 @@ public function doFilter($sContent)
1
);
}
unset(
$this->_JsQueue,
$this->_CssQueue,
$this->_HtmlQueue,
$this->_TitleQueue,
$this->_MetaQueue
);
$this->_JsQueue = array();
$this->_CssQueue = array();
$this->_HtmlQueue = array();
return $sContent;
}

}
}

0 comments on commit 9749cdc

Please sign in to comment.