diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/install_cleanup.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/install_cleanup.tpl b/templates/install_cleanup.tpl index 6df9e26..382f36d 100644 --- a/templates/install_cleanup.tpl +++ b/templates/install_cleanup.tpl @@ -14,11 +14,11 @@ and apply the new schema from the 23-MAY-2008. </p> <ul> - {foreach from=$metaTables key=type item=tables} + {foreach from=$metaTables key=type item=hash} <li> {$type} <ul> - {foreach from=$tables item=table} + {foreach from=$hash.tables item=table} <li>{$table}</li> {/foreach} </ul> |
