diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-07-15 20:51:38 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-15 20:51:38 -0700 |
| commit | 1026054147a0b3bd4b3280c415485d4b75f6a57b (patch) | |
| tree | f9c482a3a198d19a74fa3f5748e6a14b58b06b8e /installer/views/install.html.php | |
| parent | c4fce2cc680c3257cf6ea7844b8ee9e61c02db09 (diff) | |
| parent | f6973431b7f8df24c081a03c7c989f621ab2a708 (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
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> |
