mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-20 01:21:20 +01:00
Add comment for changed line
This commit is contained in:
@@ -68,6 +68,8 @@ class virtuser_file extends rcube_plugin
|
||||
$arr = preg_split('/\s+/', trim($r[$i]));
|
||||
|
||||
if (count($arr) > 0) {
|
||||
// Replace '\@' with '@' to handle cases where internal usernames include an '@' character.
|
||||
// Sometimes usernames with '@' are saved with a leading '\' to avoid conflicts.
|
||||
$p['user'] = trim(str_replace('\@', '@', $arr[count($arr) - 1]));
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user