Fix for #60
Some formatting Die if installer.php fails to create password file Update target counts after importing eChecklist and CKL
This commit is contained in:
@ -2713,7 +2713,7 @@ class db
|
||||
]
|
||||
]);
|
||||
$sw_rows = $this->help->execute();
|
||||
if (count($sw_rows)) {
|
||||
if (is_array($sw_rows) && count($sw_rows)) {
|
||||
if (isset($sw_rows['sw_id'])) {
|
||||
$sw_rows = [0 => $sw_rows];
|
||||
}
|
||||
|
Reference in New Issue
Block a user