includes/namespaces/user.php
changeset 1108 c1be67a50d81
parent 1081 745200a9cc2a
child 1147 7ddd475bc661
equal deleted inserted replaced
1107:2d37a11fabd8 1108:c1be67a50d81
   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');