Skip to content
Snippets Groups Projects
Commit c0b011e7 authored by Brice Maron's avatar Brice Maron
Browse files

Initialise hasOtherDB var when not true in installation

parent db2fb387
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@
</fieldset>
<fieldset id='databaseField'>
<?php if($_['hasMySQL'] or $_['hasPostgreSQL']) $hasOtherDB = true; //other than SQLite ?>
<?php if($_['hasMySQL'] or $_['hasPostgreSQL']) $hasOtherDB = true; else $hasOtherDB =false; //other than SQLite ?>
<legend><?php echo $l->t( 'Configure the database' ); ?></legend>
<div id="selectDbType">
<?php if($_['hasSQLite']): ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment