View Single Post
  #4  
Old 11-06-2016, 03:06 PM
Dinocanid's Avatar
Dinocanid Dinocanid is offline
Member
 
Join Date: Aug 2016
Location: Maryland, USA
Posts: 516
Gender: Unknown/Other
Credits: 66,979
Dinocanid is on a distinguished road
Default

Ahh, I think I see the possible problem. Did you try changing:
PHP Code:
$cells->add(new TCell($adopt->getTrophies)); 
into:
PHP Code:
$cells->add(new TCell($adopt->getTrophies())); 
__________________
Reply With Quote