Skip to content
Snippets Groups Projects
Commit f9abd1f9 authored by Peter Rotich's avatar Peter Rotich
Browse files

Fix method name typo

parent 7fa2f565
Branches
Tags
No related merge requests found
...@@ -68,7 +68,7 @@ class Format { ...@@ -68,7 +68,7 @@ class Format {
//Wrapper for utf-8 encoding. //Wrapper for utf-8 encoding.
function utf8encode($text, $charset=null) { function utf8encode($text, $charset=null) {
return Format::enecode($text, $charset, 'utf-8'); return Format::encode($text, $charset, 'utf-8');
} }
function phone($phone) { function phone($phone) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment