fixed a bug in wikimodel
This commit is contained in:
parent
8e91003d98
commit
4be7715d2b
@ -372,7 +372,7 @@ class WikiModel extends Model
|
||||
{
|
||||
$this->db->trans_begin (); // manual transaction. not using trans_start().
|
||||
|
||||
$now = codepot_dbdatetodispdate();
|
||||
$now = codepot_nowtodbdate();
|
||||
$is_create = empty($wiki->original_name);
|
||||
|
||||
if ($is_create)
|
||||
|
Loading…
Reference in New Issue
Block a user