Skip to content

Commit

Permalink
Merge pull request #194 from withanage/stable-3_3_0
Browse files Browse the repository at this point in the history
Differentiate OPS for reviewer support
  • Loading branch information
withanage authored Nov 28, 2021
2 parents 55e8150 + d0b4e3e commit ffd64ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/form/OrcidProfileSettingsForm.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ function fetch($request, $template = null, $display = false) {
$templateMgr = TemplateManager::getManager($request);
$templateMgr->assign('globallyConfigured', $this->plugin->isGloballyConfigured());
$templateMgr->assign('pluginName', $this->plugin->getName());
$templateMgr->assign('applicationName', Application::get()->getName());
return parent::fetch($request, $template, $display);
}

Expand Down

0 comments on commit ffd64ab

Please sign in to comment.