Resolve "Resq 1.5 changes" #1556
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