mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00:00
[ticket/9297] Fix typo in localhost.
PHPBB3-9297
This commit is contained in:
parent
a7e709d920
commit
702985c927
1 changed files with 1 additions and 1 deletions
|
@ -58,6 +58,6 @@ class phpbb_ftp_fsock_pasv_epsv_test extends phpbb_test_case
|
||||||
|
|
||||||
protected function get_object($hostname)
|
protected function get_object($hostname)
|
||||||
{
|
{
|
||||||
return new ftp_fsock($hostname, 'anonymous', 'anonymous@localost.tld', '/');
|
return new ftp_fsock($hostname, 'anonymous', 'anonymous@localhost.tld', '/');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue