rev update

This commit is contained in:
friendica 2012-09-21 18:04:09 -07:00
commit c2af97ef61
5 changed files with 29 additions and 27 deletions

View file

@ -247,6 +247,8 @@ function register_content(&$a) {
call_hooks('register_form',$arr);
$o = $arr['template'];
$o = replace_macros($o, array(
'$oidhtml' => $oidhtml,
'$invitations' => get_config('system','invitation_only'),