Merge pull request #5753 from olsesacl/4.0
FIX: #5699 Error when creating database backup dump file
This commit is contained in:
commit
d0d14ea959
@ -168,7 +168,7 @@ class Utils
|
|||||||
|
|
||||||
// Check type parameter
|
// Check type parameter
|
||||||
if ($type == 'auto') $type = $db->type;
|
if ($type == 'auto') $type = $db->type;
|
||||||
if (! in_array($type, array('pgsql', 'mysql', 'mysqli')))
|
if (! in_array($type, array('pgsql', 'mysql', 'mysqli','mysqlnobin')))
|
||||||
{
|
{
|
||||||
$langs->load("errors");
|
$langs->load("errors");
|
||||||
$this->error=$langs->transnoentitiesnoconv("ErrorBadValueForParameter", $type, "Basetype");
|
$this->error=$langs->transnoentitiesnoconv("ErrorBadValueForParameter", $type, "Basetype");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user