[ticket/12620] Improve error message

PHPBB3-12620
This commit is contained in:
Tristan Darricau 2014-05-30 15:41:54 +02:00
parent 70201ee8fa
commit 733ae584dd

View file

@ -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
);