Fix# list allowed domains in message

This commit is contained in:
Pellaeon Lin 2015-08-30 18:19:07 +08:00
parent f17010e3cb
commit c8fe81f991
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ class RegisterController extends Controller {
} }
if ( $allowed === false ) { if ( $allowed === false ) {
return new TemplateResponse('registration', 'domains', ['domains' => return new TemplateResponse('registration', 'domains', ['domains' =>
$domains $allowed_domains
], 'guest'); ], 'guest');
} }
} }