View Single Post
  #5  
Old 12-04-2015, 04:51 PM
Distortion's Avatar
Distortion Distortion is offline
Member
 
Join Date: Dec 2015
Location: Somewhere beyond the sea
Posts: 31
Gender: Female
Credits: 3,941
Distortion is on a distinguished road
Default

Added a 1.3.3 avatar module I found out worked in 1.3.4, this one to be exact.
PHP Code:
$profile $mysidia->user->getprofile();
$avatar = new Image($profile->getAvatar());
$avatar->resize(200);
$moduleContainer->add($avatar); 
EDIT: Deleted it and I keep getting the error.

Last edited by Distortion; 12-04-2015 at 05:06 PM.
Reply With Quote