mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 12:33:26 +00:00
PHRAS-288 Check if storage engines is available
This commit is contained in:

committed by
Benoît Burnichon

parent
cd85d4fdf9
commit
af2b2ac374
@@ -10,7 +10,6 @@
|
||||
|
||||
namespace Alchemy\Phrasea\Controller\Admin;
|
||||
|
||||
use Alchemy\Phrasea\Application;
|
||||
use Alchemy\Phrasea\Controller\Controller;
|
||||
use Doctrine\DBAL\Connection;
|
||||
use Doctrine\DBAL\DBALException;
|
||||
@@ -88,7 +87,7 @@ class DataboxesController extends Controller
|
||||
$errorMsg = $this->app->trans('Database could not be mounted');
|
||||
break;
|
||||
case 'innodb-support' :
|
||||
$errorMsg = _('Database server does not support InnoDB storage engine');
|
||||
$errorMsg = $this->app->trans('Database server does not support InnoDB storage engine');
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user