Commit 47d76b73 by pupi1985

Fix typo in new recalc process

parent c6bce760
......@@ -1621,7 +1621,7 @@ function qa_db_upgrade_tables()
while ($recalc->performStep() && (time() < $stoptime))
;
qa_db_upgrade_progress($recalc->getMmessage());
qa_db_upgrade_progress($recalc->getMessage());
}
}
}
......
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