mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-22 17:41:24 +02:00
[ticket/9297] Fix typo in localhost.
PHPBB3-9297
This commit is contained in:
@@ -58,6 +58,6 @@ class phpbb_ftp_fsock_pasv_epsv_test extends phpbb_test_case
|
||||
|
||||
protected function get_object($hostname)
|
||||
{
|
||||
return new ftp_fsock($hostname, 'anonymous', 'anonymous@localost.tld', '/');
|
||||
return new ftp_fsock($hostname, 'anonymous', 'anonymous@localhost.tld', '/');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user