This commit is contained in:
tianshujie
2023-12-12 13:10:47 +08:00
parent 0168666bdb
commit d6abbba7a8
+1 -1
View File
@@ -1398,7 +1398,7 @@ class projectModel extends model
{
$oldProject = $this->getById($projectID);
$project = $this->loadModel('file')->processImgURL($postData, $this->config->project->editor->start, $this->post->uid);
$project = $this->loadModel('file')->processImgURL($postData, $this->config->project->editor->start['id'], $this->post->uid);
$this->projectTao->doStart($projectID, $project);