Commit 540f537a authored by Franco Fichtner's avatar Franco Fichtner

wizard: typo in previous

parent 1f3458ec
...@@ -832,8 +832,8 @@ function showchange() { ...@@ -832,8 +832,8 @@ function showchange() {
foreach ($pkg['step'][$stepid]['fields']['field'] as $field) { foreach ($pkg['step'][$stepid]['fields']['field'] as $field) {
switch ($field['type']) { switch ($field['type']) {
case "refresh": case "refresh":
if($field['url'] <> "" && $field['time'] <> "") { if($field['page'] <> "" && $field['time'] <> "") {
echo '<meta http-equiv="refresh" content="' . $field['time'] . ';url=' . fixup_string('$myurl') . $field['url'] . '">'; echo '<meta http-equiv="refresh" content="' . $field['time'] . ';url=' . fixup_string('$myurl') . $field['page'] . '">';
} }
break 2; break 2;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment