X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fregister.php;h=d2e54b634596e8ecf3f5077910fafbba65c32d60;hb=b899ff617f757e234d1954d4c71e4d55e739a1dd;hp=cd04865067dfc93e0bf67b0fe2247bc02ce1cdde;hpb=7b244b2a6699977070fc074a179aca6aa63c88b3;p=quix0rs-gnu-social.git diff --git a/actions/register.php b/actions/register.php index cd04865067..d2e54b6345 100644 --- a/actions/register.php +++ b/actions/register.php @@ -117,8 +117,11 @@ class RegisterAction extends Action { function show_form($error=NULL) { global $config; - + common_show_header(_t('Register')); + if ($error) { + common_element('div', 'error', $error); + } common_element_start('form', array('method' => 'POST', 'id' => 'login', 'action' => common_local_url('register')));