* Fix bug #41383.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user