mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/13588] Fixes wrong message in info fsockopen() disabled
PHPBB3-13588
This commit is contained in:
parent
1e4853507a
commit
fbc603861d
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class file_downloader
|
|||
}
|
||||
else
|
||||
{
|
||||
throw new \RuntimeException('FSOCK_DISABLED');
|
||||
throw new \phpbb\exception\runtime_exception('FSOCK_DISABLED');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue