View Single Post
  #15  
Old 04-04-2017, 08:36 AM
kristhasirah's Avatar
kristhasirah kristhasirah is offline
Member
 
Join Date: Jan 2010
Location: In middle of the nothingness
Posts: 196
Gender: Female
Credits: 37,274
kristhasirah
Default

add this
PHP Code:
                        $mysidia->session->terminate("adopt"); 
to the adoptsview.php before the first return;

if I dont make sense this is how it should look:
PHP Code:
            $document->addLangvar("{$name} with clicks so that they grow!");
                        
$mysidia->session->terminate("adopt");
            return;
        } 
for me this is working and trow an error if the user refresh the page =) hope this will help you too
Reply With Quote