diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-15 21:48:47 +0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-15 21:56:15 +0800 |
commit | f6973431b7f8df24c081a03c7c989f621ab2a708 (patch) | |
tree | fd91ad84c80781e84a6e1e5d819e091200ebb807 /installer/views/install.html.php | |
parent | d192f2f1bc1227938d3144381ef311c7e07b47b0 (diff) |
Fix for ticket #544.
* Separate the portion of get_db_info.html.php that displays the status
of the var directory into a separate view var_dir_status.html.php
* Change the processing to always generate the database information request
screen unless there is an environment error, the var directory is not writable
and the install was successful
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
Diffstat (limited to 'installer/views/install.html.php')
-rw-r--r-- | installer/views/install.html.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/installer/views/install.html.php b/installer/views/install.html.php index a0eddaf3..31112c28 100644 --- a/installer/views/install.html.php +++ b/installer/views/install.html.php @@ -8,7 +8,8 @@ <div id="outer"> <img src="../modules/gallery/images/gallery.png" /> <div id="inner"> - <?php print $content ?> + <?= $content ?> + <?= empty($database_form) ? "" : $database_form ?> </div> <div id="footer"> <p> |