Skip to content

Commit

Permalink
アップデータの不具合を修正
Browse files Browse the repository at this point in the history
3.31以降のバージョンからアップデートしようとすると
アップデートFIXが途中で終了する
(3.4にアップデートして終了する)
  • Loading branch information
yama committed Aug 18, 2014
1 parent 34eab82 commit 8be304c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nucleus/upgrades/upgrade.php
Expand Up @@ -61,22 +61,16 @@
upgrade_do310();
case 310:
upgrade_do320();
// break;
case 320:
upgrade_do330();
// break;
case 330:
upgrade_do331();
// break;
case 331:
upgrade_do340();
break;
case 340:
upgrade_do350();
break;
case 350:
upgrade_do360();
break;
default:
echo "<li>エラー! 実行すべきアップデートはありません</li>";
break;
Expand Down

0 comments on commit 8be304c

Please sign in to comment.