View Single Post
  #29  
Old 03-20-2016, 11:16 PM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 88,811
Kyttias is on a distinguished road
Default

Oh! Sorry, line 82 is wrong!

Instead of:
PHP Code:
$userfavpet $mysidia->db->select("users_profile", array("favpet"), "username = '{$mysidia->user->username}'")->fetchColumn(); 
It should be:
PHP Code:
$profile $mysidia->user->getprofile(); 
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it.
Reply With Quote