Feng Forum

Support => Older versions => : Nuno Zimas July 30, 2009, 06:53:07 AM

: 1.5 final - fatal error when saving copied milestone
: Nuno Zimas July 30, 2009, 06:53:07 AM
When saving a copied milestone:
:
Fatal error: Call to a member function getProject() on a non-object in /var/www/opengoo/application/models/project_milestones/ProjectMilestones.class.php on line 363
: Re: 1.5 final - fatal error when saving copied milestone
: alvarotm01 August 03, 2009, 11:13:05 AM
Hi,
to fix it change line 363 of 'application/models/project_milestones/ProjectMilestones.class.php'
for this one:
:
$new->setProject($milestoneFrom->getProject());