Skip to content

Commit a1ceb18

Browse files
committed
Fix syntax error with utf.php
1 parent 6bfa722 commit a1ceb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/utility/utf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,6 @@ public static function raw_url_encode($string){
167167
}
168168

169169
public static function raw_url_decode($string){
170-
return mb_convert_encoding(rawurldecode($string), "UTF-8", "auto"));
170+
return mb_convert_encoding(rawurldecode($string, "UTF-8", "auto"));
171171
}
172172
}

0 commit comments

Comments
 (0)