diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-30 15:41:54 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-11-20 19:00:38 +0100 |
commit | 733ae584dd09a0d922fa8f56a0bdc7b3ae359266 (patch) | |
tree | 1b4dba71d4c1b774597ce1bbe90fe95c579ae5b3 /phpBB/common.php | |
parent | 70201ee8fa084da667b0b1a308d48d2f3c8a541b (diff) | |
download | forums-733ae584dd09a0d922fa8f56a0bdc7b3ae359266.tar forums-733ae584dd09a0d922fa8f56a0bdc7b3ae359266.tar.gz forums-733ae584dd09a0d922fa8f56a0bdc7b3ae359266.tar.bz2 forums-733ae584dd09a0d922fa8f56a0bdc7b3ae359266.tar.xz forums-733ae584dd09a0d922fa8f56a0bdc7b3ae359266.zip |
[ticket/12620] Improve error message
PHPBB3-12620
Diffstat (limited to 'phpBB/common.php')
-rw-r--r-- | phpBB/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index 586c2f080f..47c9085d5f 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -99,7 +99,7 @@ $phpbb_class_loader_ext->register(); if (ENVIRONMENT == 'debug' && !class_exists('Goutte\Client', true)) { trigger_error( - 'Composer dependencies have not been set up for the development environment yet, run ' . + 'Composer development dependencies have not been set up for the development environment yet, run ' . "'php ../composer.phar install --dev' from the phpBB directory to do so.", E_USER_ERROR ); |