v0.7.3까지 반영 #114

Closed
Hide_D wants to merge 310 commits from devel into master
Showing only changes of commit 9e88b03438 - Show all commits
+1 -1
View File
@@ -22,7 +22,7 @@ $now = new \DateTime();
$status = 'not_yet';
list($isUnited, $lastTurn) = $gameStor->getValues(['isUnited', 'turntime']);
list($isUnited, $lastTurn) = $gameStor->getValuesAsArray(['isunited', 'turntime']);
if($isUnited === null || $lastTurn === null){
$isUnited = 2;
$lastTurn = '2000-01-01';