fix: Bad date creation for project clone
This commit is contained in:
parent
77247ec43a
commit
1eb4975a76
@ -1448,7 +1448,7 @@ class Project extends CommonObject
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$clone_project->datec = $now;
|
$clone_project->date_c = $now;
|
||||||
|
|
||||||
if (!$clone_note)
|
if (!$clone_note)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user