aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-02-07 14:33:37 +0100
committerJoas Schilling <nickvergessen@gmx.de>2015-02-07 14:33:37 +0100
commitb0c910e49c31e086f19f983bb9d7d5051d34fac8 (patch)
treec8c0ebe2e2957f5efcb24724cf334771275e1ba1 /phpBB
parente4064ca839a6053bdb3f01fd4215f5e4d088a2f5 (diff)
parentc6a371531bab7ba7f003c57d25b6b515718eb54f (diff)
downloadforums-b0c910e49c31e086f19f983bb9d7d5051d34fac8.tar
forums-b0c910e49c31e086f19f983bb9d7d5051d34fac8.tar.gz
forums-b0c910e49c31e086f19f983bb9d7d5051d34fac8.tar.bz2
forums-b0c910e49c31e086f19f983bb9d7d5051d34fac8.tar.xz
forums-b0c910e49c31e086f19f983bb9d7d5051d34fac8.zip
Merge branch 'develop-ascraeus' into develop
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');
}
}