aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCrizzo <mail@crizzo.de>2015-02-07 13:50:08 +0100
committerCrizzo <mail@crizzo.de>2015-02-07 13:50:08 +0100
commitfbc603861d02ac9ab772849289d5847935e32631 (patch)
treefc5240dd4a90ec9e74cac6592bb9706af1cfd0ce
parent1e4853507abb3fc50d6d7edd048d3cf88e905f1c (diff)
downloadforums-fbc603861d02ac9ab772849289d5847935e32631.tar
forums-fbc603861d02ac9ab772849289d5847935e32631.tar.gz
forums-fbc603861d02ac9ab772849289d5847935e32631.tar.bz2
forums-fbc603861d02ac9ab772849289d5847935e32631.tar.xz
forums-fbc603861d02ac9ab772849289d5847935e32631.zip
[ticket/13588] Fixes wrong message in info fsockopen() disabled
PHPBB3-13588
-rw-r--r--phpBB/phpbb/file_downloader.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/file_downloader.php b/phpBB/phpbb/file_downloader.php
index ca8b1f4534..462b87ca51 100644
--- a/phpBB/phpbb/file_downloader.php
+++ b/phpBB/phpbb/file_downloader.php
@@ -91,7 +91,7 @@ class file_downloader
}
else
{
- throw new \RuntimeException('FSOCK_DISABLED');
+ throw new \phpbb\exception\runtime_exception('FSOCK_DISABLED');
}
}