mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-21 16:22:22 +02: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
@ -91,7 +91,7 @@ class file_downloader
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new \RuntimeException('FSOCK_DISABLED');
|
||||
throw new \phpbb\exception\runtime_exception('FSOCK_DISABLED');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user