diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-11-30 21:39:23 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-30 21:39:23 +0000 |
| commit | 6b03b798f3be23c83d0587f180341929c49af886 (patch) | |
| tree | ec019c8a1ba7e98a678f3a98ff52bb466fb2ea2b /core/views | |
| parent | 4271f7702a2754d8470949209f2db82990eb2d1a (diff) | |
Move rearrange HTML generation into welcome.php so that we gracefully
handle the case where the DB is not installed yet.
Diffstat (limited to 'core/views')
| -rw-r--r-- | core/views/welcome.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index 61c87c8b..e2390e9e 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -258,7 +258,7 @@ </fieldset> <fieldset> <legend>Rearrange</legend> - <?= rearrange::get_html()->render() ?> + <?= $rearrange_html ?> </fieldset> </div> |
