[ticket/13588] Fixes wrong message in info fsockopen() disabled

PHPBB3-13588
This commit is contained in:
Crizzo 2015-02-07 13:50:08 +01:00
parent 1e4853507a
commit fbc603861d

View file

@ -91,7 +91,7 @@ class file_downloader
} }
else else
{ {
throw new \RuntimeException('FSOCK_DISABLED'); throw new \phpbb\exception\runtime_exception('FSOCK_DISABLED');
} }
} }