mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-20 01:21:20 +01:00
Update virtuser_file.php
Add operator spacing to fix coding style check
This commit is contained in:
@@ -68,7 +68,7 @@ class virtuser_file extends rcube_plugin
|
||||
$arr = preg_split('/\s+/', trim($r[$i]));
|
||||
|
||||
if (count($arr) > 0) {
|
||||
$p['user'] = trim(str_replace('\@', '@', $arr[count($arr)-1]));
|
||||
$p['user'] = trim(str_replace('\@', '@', $arr[count($arr) - 1]));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user