includes/namespaces/user.php
changeset 1112 679916c80599
parent 1108 c1be67a50d81
child 1147 7ddd475bc661
equal deleted inserted replaced
1111:8fae8fb3cbb1 1112:679916c80599
   437     {
   437     {
   438       $this->send_from_db(true, false);
   438       $this->send_from_db(true, false);
   439     }
   439     }
   440     else
   440     else
   441     {
   441     {
   442       $this->error_404(true);
   442       $this->error_404();
   443     }
   443     }
   444     
   444     
   445     echo '</div>'; // tab:content
   445     echo '</div>'; // tab:content
   446     
   446     
   447     $code = $plugins->setHook('userpage_tabs_body');
   447     $code = $plugins->setHook('userpage_tabs_body');