Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In case a user insert a text with special characters in a page the method slugify would break without this change. Specifically I get the error " iconv: Detected an illegal character in input string ". Adding the @ silent this notice and all works fine.
- Loading branch information