mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-08 00:34:42 +03:00
Fix usage of undefined $mibew_encoding variable
This commit is contained in:
parent
03797744e2
commit
2a1825303a
@ -460,7 +460,7 @@ class ThreadProcessor extends ClientSideProcessor {
|
||||
$newname = $args['name'];
|
||||
if($newname != $visitor['name']) {
|
||||
$data = strtr(
|
||||
base64_encode(myiconv($mibew_encoding,"utf-8",$newname)),
|
||||
base64_encode(myiconv(MIBEW_ENCODING,"utf-8",$newname)),
|
||||
'+/=',
|
||||
'-_,'
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user