mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/13588] Fixes wrong message in info fsockopen() disabled
PHPBB3-13588
This commit is contained in:
@@ -91,7 +91,7 @@ class file_downloader
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new \RuntimeException('FSOCK_DISABLED');
|
||||
throw new \phpbb\exception\runtime_exception('FSOCK_DISABLED');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user