aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-02-07 14:33:34 +0100
committerJoas Schilling <nickvergessen@gmx.de>2015-02-07 14:33:34 +0100
commitc6a371531bab7ba7f003c57d25b6b515718eb54f (patch)
treefc5240dd4a90ec9e74cac6592bb9706af1cfd0ce /phpBB
parent1e4853507abb3fc50d6d7edd048d3cf88e905f1c (diff)
parentfbc603861d02ac9ab772849289d5847935e32631 (diff)
downloadforums-c6a371531bab7ba7f003c57d25b6b515718eb54f.tar
forums-c6a371531bab7ba7f003c57d25b6b515718eb54f.tar.gz
forums-c6a371531bab7ba7f003c57d25b6b515718eb54f.tar.bz2
forums-c6a371531bab7ba7f003c57d25b6b515718eb54f.tar.xz
forums-c6a371531bab7ba7f003c57d25b6b515718eb54f.zip
Merge pull request #3379 from Crizz0/ticket/13588
[ticket/13588] Fixes wrong message in info fsockopen() disabled
Diffstat (limited to 'phpBB')
-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');
}
}