Fix problem with orphan_lob_clean instead of clean_orphan_lob
and fix problem when checking analytic when amount == 0
This commit is contained in:
parent
56d655b352
commit
3d90c5e049
2 changed files with 6 additions and 2 deletions
|
|
@ -234,7 +234,7 @@ if (isset($_POST["FMOD_NAME"]))
|
|||
}
|
||||
}
|
||||
// Clean orphan log
|
||||
$cn_mod->orphan_lob_clean();
|
||||
$cn_mod->clean_orphan_lob();
|
||||
|
||||
}
|
||||
// Show all available templates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue