1
0
Mirror von https://github.com/nextcloud/server.git synchronisiert 2024-08-24 05:56:03 +02:00

Initialise hasOtherDB var when not true in installation

Dieser Commit ist enthalten in:
Brice Maron 2011-10-14 18:04:50 +02:00
Ursprung db2fb38746
Commit c0b011e714

Datei anzeigen

@ -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']): ?>