Skip to content

Commit

Permalink
lose
Browse files Browse the repository at this point in the history
  • Loading branch information
huyinghuan committed Jan 25, 2014
1 parent aa981ed commit 35f16cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eccmeteor/server/startup.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function initAllDateStartUp(status){
initDateAtStartUp["initWarnerRuleAtStartUp"](status);
initDateAtStartUp["initAdminAccount"]();
initDateAtStartUp["initMessageListAtStartUp"](status);
initDateAtStartUp["initStatisticalAtStartUp"](-1);
initDateAtStartUp["initStatisticalAtStartUp"]();
initDateAtStartUp["initTopNListAtStartUp"](status);
initDateAtStartUp["initSettingNodes"]();
initDateAtStartUp["initLanguageAtStartUp"]();
Expand Down

0 comments on commit 35f16cb

Please sign in to comment.