Skip to content

Commit

Permalink
Merge pull request #21 from caxy/feature/no-bootstrap
Browse files Browse the repository at this point in the history
no need to bootstrap HTML Purifier when using composer autoloader.
  • Loading branch information
spolischook committed Aug 5, 2015
2 parents 7d34e1d + f7f26ba commit 0abcb08
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ExerciseHTMLPurifierBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@

class ExerciseHTMLPurifierBundle extends Bundle
{
public function boot()
{
new \HTMLPurifier_Bootstrap();
}
}

0 comments on commit 0abcb08

Please sign in to comment.