diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2006-03-30 14:01:52 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2006-03-30 14:01:52 +0000 |
commit | 6555103483ddb64abf9ce0c5dcd4310fb9f999d3 (patch) | |
tree | 06c8f1660909076285b0fd86fc54ad8a3b5de4f8 | |
parent | d417afd041122c176e86ba64830aa3fc87f38ea3 (diff) | |
download | mgaonline-6555103483ddb64abf9ce0c5dcd4310fb9f999d3.tar mgaonline-6555103483ddb64abf9ce0c5dcd4310fb9f999d3.tar.gz mgaonline-6555103483ddb64abf9ce0c5dcd4310fb9f999d3.tar.bz2 mgaonline-6555103483ddb64abf9ce0c5dcd4310fb9f999d3.tar.xz mgaonline-6555103483ddb64abf9ce0c5dcd4310fb9f999d3.zip |
fix wizard oon 2006
-rwxr-xr-x | mdkonline | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,5 +225,5 @@ if (!$ia && $login && $password && $boxname) { output_p($logfile, N("Cannot connect to Mandriva Online website: wrong login/password or router/firewall bad settings")); } } else { - !$::testing && mdkonline::get_release <= 2005.0 ? wizards->new->safe_process($wiz, $in) : wizards->new($wiz)->safe_process($in); + !$::testing && mdkonline::get_release <= 2006.0 ? wizards->new->safe_process($wiz, $in) : wizards->new($wiz)->safe_process($in); } |