fix /mail wsod issue reported by giac hellvecio
This commit is contained in:
parent
eac35c05e9
commit
ca82b45fe4
@ -28,7 +28,7 @@ class Finger {
|
||||
|
||||
if (strpos($webbie,'@') === false) {
|
||||
$address = $webbie;
|
||||
$host = App::get_hostname();
|
||||
$host = \App::get_hostname();
|
||||
} else {
|
||||
$address = substr($webbie,0,strpos($webbie,'@'));
|
||||
$host = substr($webbie,strpos($webbie,'@')+1);
|
||||
@ -127,4 +127,4 @@ class Finger {
|
||||
return $x;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user