Chris Morgan : testData::update() was calling a method of but didn' t exist, fixes bug 11807
Module: appdb Branch: master Commit: 728df32ac945012c56e963b91cb0ce515c2c4f92 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=728df32ac945012c56e963b91... Author: Chris Morgan <cmorgan(a)alum.wpi.edu> Date: Sat Mar 1 16:52:56 2008 -0500 testData::update() was calling a method of but didn't exist, fixes bug 11807 --- include/testData.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/testData.php b/include/testData.php index 2d5db25..6556896 100644 --- a/include/testData.php +++ b/include/testData.php @@ -192,6 +192,7 @@ class testData{ if($this->sState == 'accepted') { + $oOldVersion = new version($oOldTest->iVersionId); $oOldVersion->updateRatingInfo(); $oNewVersion->updateRatingInfo(); }
participants (1)
-
Chris Morgan