Skip to content

Commit

Permalink
#294 Undo re-adding Orcid registration form button
Browse files Browse the repository at this point in the history
  • Loading branch information
ewhanson committed Nov 24, 2023
1 parent 1f38eb7 commit 9108212
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions OrcidProfilePlugin.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,6 @@ function handleTemplateDisplay($hookName, $args) {
)
);

switch ($template) {
case 'frontend/pages/userRegister.tpl':
$templateMgr->registerFilter('output', [$this, 'registrationFilter']);
break;
}
return false;
}

Expand Down

0 comments on commit 9108212

Please sign in to comment.