Merge branch '1.10RC' into dev

This commit is contained in:
Mario Vavti 2016-07-20 20:44:20 +02:00
commit 8c2b93da72

View File

@ -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;
}
}
}