install_db 과정에서 리셋 버그 수정
This commit is contained in:
@@ -31,7 +31,9 @@ if($fullReset && class_exists('\\sammo\\DB')){
|
||||
|
||||
if($mysqli_obj->multi_query(file_get_contents(__dir__.'/sql/reset.sql'))){
|
||||
do{
|
||||
$mysqli_obj->store_result();
|
||||
if(!$mysqli_obj->store_result()){
|
||||
break;
|
||||
}
|
||||
} while($mysqli_obj->next_result());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user