mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge pull request #3379 from Crizz0/ticket/13588
[ticket/13588] Fixes wrong message in info fsockopen() disabled
This commit is contained in:
commit
c6a371531b
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class file_downloader
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
throw new \RuntimeException('FSOCK_DISABLED');
|
throw new \phpbb\exception\runtime_exception('FSOCK_DISABLED');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue