Fix issue found during testing. #632
This commit is contained in:
parent
c108647222
commit
280a7c9c8f
1 changed files with 4 additions and 2 deletions
|
|
@ -2072,10 +2072,12 @@ class APIController extends Controller implements LoggedController
|
|||
{
|
||||
$jo_rating = $jo->getRating();
|
||||
if ($jo_rating != null)
|
||||
{
|
||||
$rating = $jo_rating->getRating();
|
||||
|
||||
// get comment
|
||||
$comment = $jo_rating->getComment();
|
||||
// get comment
|
||||
$comment = $jo_rating->getComment();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue