mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
wizard: typo in previous
This commit is contained in:
parent
1f3458ecac
commit
540f537a2e
@ -832,8 +832,8 @@ function showchange() {
|
||||
foreach ($pkg['step'][$stepid]['fields']['field'] as $field) {
|
||||
switch ($field['type']) {
|
||||
case "refresh":
|
||||
if($field['url'] <> "" && $field['time'] <> "") {
|
||||
echo '<meta http-equiv="refresh" content="' . $field['time'] . ';url=' . fixup_string('$myurl') . $field['url'] . '">';
|
||||
if($field['page'] <> "" && $field['time'] <> "") {
|
||||
echo '<meta http-equiv="refresh" content="' . $field['time'] . ';url=' . fixup_string('$myurl') . $field['page'] . '">';
|
||||
}
|
||||
break 2;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user