mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
Make ' a valid character fix message problem
This commit is contained in:
@@ -458,7 +458,7 @@ class Message {
|
||||
}
|
||||
}
|
||||
}
|
||||
$database->sendMessage($user, $session->uid, $topic, $text, 0, $alliance, $player, $coor, $report);
|
||||
$database->sendMessage($user, $session->uid, addslashes($topic), addslashes($text), 0, $alliance, $player, $coor, $report);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -573,4 +573,4 @@ class Message {
|
||||
}
|
||||
|
||||
}
|
||||
;
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user