View Single Post
  #7  
Old 12-06-2014, 08:31 AM
pachoofoosh's Avatar
pachoofoosh pachoofoosh is offline
Artist
 
Join Date: Dec 2012
Location: New York
Posts: 98
Gender: Unknown/Other
Credits: 15,834
pachoofoosh is on a distinguished road
Default

Ah i've got that too. :'o

Hmm maybe this will work?:

PHP Code:
public function getFavpet(){ 
      if(
is_numeric($this->favpet) && $this->favpet != 0){ 
          
$adopty = new OwnedAdoptable($this->favpet); 
          
$favimg $adopty->getImage(); 
          
$this->favpet = new Link("levelup/click/{$this->favpet}", new Image($favimg), TRUE);  
      }  
        elseif(
$this->favpet 0) {
           
$this->favpet = new Comment("None Selected");
        }
      return 
$this->favpet;       
  } 
__________________
The calzones... betrayed me?
Reply With Quote