mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-08 08:44:40 +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'];
|
$newname = $args['name'];
|
||||||
if($newname != $visitor['name']) {
|
if($newname != $visitor['name']) {
|
||||||
$data = strtr(
|
$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